mirror of
				https://github.com/task-17-lct/backend.git
				synced 2025-10-31 06:17:25 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
		
			197 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			197 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
| FROM traefik:v2.2.11
 | |
| RUN mkdir -p /etc/traefik/acme \
 | |
|   && touch /etc/traefik/acme/acme.json \
 | |
|   && chmod 600 /etc/traefik/acme/acme.json
 | |
| COPY ./compose/production/traefik/traefik.yml /etc/traefik
 |