Thread port routers through the env
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Luke Murphy 2021-03-09 09:28:38 +01:00
parent 715703349a
commit 85f086792a
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
2 changed files with 9 additions and 0 deletions

View File

@ -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"

View File

@ -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