fix: drop weird chars

This commit is contained in:
decentral1se 2021-12-01 13:52:26 +01:00
parent 1adc2477a6
commit 66b6992b0b
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:
!%21merge <<: *env
!!merge <<: *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:
!%21merge <<: *env
!!merge <<: *env
FOODSOFT_SERVICE: cron
configs: *configs
entrypoint: *entrypoint
@ -95,7 +95,7 @@ services:
worker:
image: foodcoops/foodsoft:4.7.1
environment:
!%21merge <<: *env
!!merge <<: *env
FOODSOFT_SERVICE: worker
configs: *configs
entrypoint: *entrypoint
@ -109,7 +109,7 @@ services:
entrypoint: *entrypoint
secrets: *secrets
environment:
!%21merge <<: *env
!!merge <<: *env
FOODSOFT_SERVICE: smtp
SMTP_SERVER_HOST:
SMTP_SERVER_PORT: