forked from coop-cloud/traefik
		
	Thread port routers through the env
This commit is contained in:
		@ -16,5 +16,11 @@ LOG_LEVEL=WARN
 | 
			
		||||
#COMPOSE_FILE="compose.yml:compose.smtp.yml"
 | 
			
		||||
#SMTP_ENABLED=1
 | 
			
		||||
 | 
			
		||||
## Gitea SSH
 | 
			
		||||
# GITEA_SSH_ENABLED=1
 | 
			
		||||
 | 
			
		||||
## Foodsoft SMTP
 | 
			
		||||
# FOODSOFT_SMTP_ENABLED=1
 | 
			
		||||
 | 
			
		||||
## Host-mode networking
 | 
			
		||||
#COMPOSE_FILE="compose.yml:compose.host.yml"
 | 
			
		||||
 | 
			
		||||
@ -21,7 +21,10 @@ services:
 | 
			
		||||
      - proxy
 | 
			
		||||
    environment:
 | 
			
		||||
      - DASHBOARD_ENABLED
 | 
			
		||||
      - FOODSOFT_SMTP_ENABLED
 | 
			
		||||
      - GITEA_SSH_ENABLED
 | 
			
		||||
      - LOG_LEVEL
 | 
			
		||||
      - SMTP_ENABLED
 | 
			
		||||
    healthcheck:
 | 
			
		||||
      test: ["CMD", "traefik", "healthcheck"]
 | 
			
		||||
      interval: 30s
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user