mirror of
https://github.com/samply/bridgehead.git
synced 2026-02-18 00:30:10 +01:00
db name chaged
This commit is contained in:
@@ -21,9 +21,9 @@ services:
|
|||||||
- "traefik.http.middlewares.omics-stripprefix.stripprefix.prefixes=/api"
|
- "traefik.http.middlewares.omics-stripprefix.stripprefix.prefixes=/api"
|
||||||
- "traefik.http.routers.omics.middlewares=omics-stripprefix"
|
- "traefik.http.routers.omics.middlewares=omics-stripprefix"
|
||||||
|
|
||||||
mzl-db:
|
db:
|
||||||
image: postgres:15
|
image: postgres:15
|
||||||
container_name: mzl-db
|
container_name: db
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
POSTGRES_DB: mainzelliste
|
POSTGRES_DB: mainzelliste
|
||||||
@@ -39,14 +39,14 @@ services:
|
|||||||
container_name: mainzelliste
|
container_name: mainzelliste
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
depends_on:
|
depends_on:
|
||||||
- mzl-db
|
- db
|
||||||
|
|
||||||
ports:
|
ports:
|
||||||
- 7887:8080
|
- 7887:8080
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
ML_API_KEY: ${GENERATE_API_KEY}
|
ML_API_KEY: ${GENERATE_API_KEY}
|
||||||
ML_DB_HOST: mzl-db
|
ML_DB_HOST: db
|
||||||
ML_DB_PORT: "5432"
|
ML_DB_PORT: "5432"
|
||||||
ML_DB_NAME: mainzelliste
|
ML_DB_NAME: mainzelliste
|
||||||
ML_DB_USER: ${ML_DB_USER}
|
ML_DB_USER: ${ML_DB_USER}
|
||||||
|
|||||||
Reference in New Issue
Block a user