Changed docker-compose env format.

This commit is contained in:
Marvin Blum
2020-06-21 16:50:56 +02:00
committed by Marvin Blum
parent ac368102d7
commit 38bfac3a8a
2 changed files with 8 additions and 8 deletions

View File

@@ -42,13 +42,13 @@ services:
- postgres_db-internal - postgres_db-internal
- traefik-internal - traefik-internal
environment: environment:
- MB_EMVI_CLIENT_ID=3fBBn144yvSF9R3dPC8l MB_EMVI_CLIENT_ID: 3fBBn144yvSF9R3dPC8l
- MB_EMVI_CLIENT_SECRET=dw3FeshelTgdf1Gj13J7uF5FfdPDi40sQvvwqeFVKTTyIDuCdlAHhRY72csFL6yg MB_EMVI_CLIENT_SECRET: dw3FeshelTgdf1Gj13J7uF5FfdPDi40sQvvwqeFVKTTyIDuCdlAHhRY72csFL6yg
- MB_EMVI_ORGA=marvin MB_EMVI_ORGA: marvin
- MB_DB_HOST=postgres MB_DB_HOST: postgres
- MB_DB_USER= MB_DB_USER:
- MB_DB_PASSWORD= MB_DB_PASSWORD:
- MB_DB_SCHEMA= MB_DB_SCHEMA:
labels: labels:
- "traefik.enable=true" - "traefik.enable=true"
- "traefik.port=8888" - "traefik.port=8888"

View File

@@ -9,7 +9,7 @@ services:
networks: networks:
- db-internal - db-internal
environment: environment:
- POSTGRES_PASSWORD= POSTGRES_PASSWORD:
ports: ports:
- "5432:5432" - "5432:5432"
volumes: volumes: