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