Revert internal network change (see https://git.autonomic.zone/coop-cloud/organising/issues/62)
continuous-integration/drone/push Build is failing Details
continuous-integration/drone Build is failing Details

This commit is contained in:
decentral1se 2021-07-15 16:07:51 +02:00
parent 7597e0d3df
commit 7d26a12cb0
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 4 additions and 5 deletions

View File

@ -55,7 +55,7 @@ services:
configs: *configs
entrypoint: &entrypoint /usr/src/app/docker-entrypoint.sh
environment:
!!merge <<: *env
!%21merge <<: *env
FOODSOFT_SERVICE: app
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:3000"]
@ -77,7 +77,7 @@ services:
cron:
image: foodcoops/foodsoft:4.7.1
environment:
!!merge <<: *env
!%21merge <<: *env
FOODSOFT_SERVICE: cron
configs: *configs
entrypoint: *entrypoint
@ -89,7 +89,7 @@ services:
worker:
image: foodcoops/foodsoft:4.7.1
environment:
!!merge <<: *env
!%21merge <<: *env
FOODSOFT_SERVICE: worker
configs: *configs
entrypoint: *entrypoint
@ -104,7 +104,7 @@ services:
entrypoint: *entrypoint
secrets: *secrets
environment:
!!merge <<: *env
!%21merge <<: *env
FOODSOFT_SERVICE: smtp
SMTP_SERVER_HOST:
SMTP_SERVER_PORT:
@ -143,7 +143,6 @@ services:
labels: ['coop-cloud.${STACK_NAME}.cache.version=6-']
networks:
internal:
internal: true
proxy:
external: true
volumes: