Add services and cleanup volumes
This commit is contained in:
		
							parent
							
								
									a14902ddf9
								
							
						
					
					
						commit
						acc83618f3
					
				
					 11 changed files with 97 additions and 35 deletions
				
			
		
							
								
								
									
										8
									
								
								caddy/Dockerfile
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										8
									
								
								caddy/Dockerfile
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,8 @@
 | 
			
		|||
FROM caddy:2-builder AS builder
 | 
			
		||||
 | 
			
		||||
RUN xcaddy build \
 | 
			
		||||
    --with github.com/caddy-dns/acmedns
 | 
			
		||||
 | 
			
		||||
FROM caddy:2-alpine
 | 
			
		||||
 | 
			
		||||
COPY --from=builder /usr/bin/caddy /usr/bin/caddy
 | 
			
		||||
		Reference in a new issue