mirror of
https://github.com/Kugelschieber/marvinblum.git
synced 2026-01-18 14:50:27 +00:00
Changed docker-compose env format.
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user