fix: drop that weirdness

This commit is contained in:
decentral1se 2021-12-01 14:37:59 +01:00
parent 66b6992b0b
commit c5c0768b10
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410
1 changed files with 4 additions and 4 deletions

View File

@ -60,7 +60,7 @@ services:
configs: *configs
entrypoint: &entrypoint /usr/src/app/docker-entrypoint.sh
environment:
!!merge <<: *env
<<: *env
FOODSOFT_SERVICE: app
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:3000"]
@ -83,7 +83,7 @@ services:
cron:
image: foodcoops/foodsoft:4.7.1
environment:
!!merge <<: *env
<<: *env
FOODSOFT_SERVICE: cron
configs: *configs
entrypoint: *entrypoint
@ -95,7 +95,7 @@ services:
worker:
image: foodcoops/foodsoft:4.7.1
environment:
!!merge <<: *env
<<: *env
FOODSOFT_SERVICE: worker
configs: *configs
entrypoint: *entrypoint
@ -109,7 +109,7 @@ services:
entrypoint: *entrypoint
secrets: *secrets
environment:
!!merge <<: *env
<<: *env
FOODSOFT_SERVICE: smtp
SMTP_SERVER_HOST:
SMTP_SERVER_PORT: