Push env vars to overriding configs
continuous-integration/drone/push Build is failing Details

This commit is contained in:
decentral1se 2021-06-05 23:02:36 +02:00
parent 8d309bc7bf
commit d968028216
No known key found for this signature in database
GPG Key ID: 92DAD76BD9567B8A
4 changed files with 6 additions and 4 deletions

View File

@ -1,5 +1,7 @@
version: "3.8" version: "3.8"
services: services:
app: app:
environment:
- FOODSOFT_SMTP_ENABLED
ports: ports:
- "2525:2525" - "2525:2525"

View File

@ -1,5 +1,7 @@
version: "3.8" version: "3.8"
services: services:
app: app:
environment:
- GITEA_SSH_ENABLED
ports: ports:
- "2222:2222" - "2222:2222"

View File

@ -3,5 +3,7 @@ version: "3.8"
services: services:
app: app:
environment:
- SMTP_ENABLED
ports: ports:
- "587:587" - "587:587"

View File

@ -20,11 +20,7 @@ services:
- proxy - proxy
environment: environment:
- DASHBOARD_ENABLED - DASHBOARD_ENABLED
- FOODSOFT_SMTP_ENABLED
- GITEA_SSH_ENABLED
- LOG_LEVEL - LOG_LEVEL
- PEERTUBE_RTMP_ENABLED
- SMTP_ENABLED
healthcheck: healthcheck:
test: ["CMD", "traefik", "healthcheck"] test: ["CMD", "traefik", "healthcheck"]
interval: 30s interval: 30s