Skip to content

Commit e33f39f

Browse files
committed
adding env variables to leaderboard-backend
1 parent a141b66 commit e33f39f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docker-compose.deploy.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,12 @@ services:
211211

212212
leaderboard-backend:
213213
image: ${WS_DOCKER_REGISTRY}/workspaces-leaderboard-backend:${WS_DOCKER_TAG}
214+
environment:
215+
WS_OSM_HOST: ${WS_OSM_HOST}
216+
WS_OSM_DB_HOST: ${WS_OSM_DB_HOST}
217+
WS_OSM_DB_USER: ${WS_OSM_DB_USER}
218+
WS_OSM_DB_PASS: ${WS_OSM_DB_PASS}
219+
WS_OSM_DB_NAME: ${WS_OSM_DB_NAME}
214220
labels:
215221
- traefik.enable=true
216222
- traefik.http.routers.leaderboard-backend.rule=Host(`${LB_BACKEND_HOST}`)

0 commit comments

Comments
 (0)