Skip to content

Commit 616c3c8

Browse files
committed
adding env variables to leaderboard
1 parent ac1a721 commit 616c3c8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docker-compose.deploy.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,11 @@ services:
202202
# leaderboard FE/backend
203203
leaderboard-frontend:
204204
image: ${WS_DOCKER_REGISTRY}/workspaces-leaderboard-frontend:${WS_DOCKER_TAG}
205+
environment:
206+
WS_TDEI_API_URL: ${WS_TDEI_API_URL}
207+
WS_TDEI_BACKEND_URL: ${WS_TDEI_BACKEND_URL}
208+
WS_API_URL: ${WS_API_URL}
209+
WS_OSM_URL: ${WS_OSM_URL}
205210
labels:
206211
- traefik.enable=true
207212
- traefik.http.routers.leaderboard-frontend.rule=Host(`${LB_FRONTEND_HOST}`)

0 commit comments

Comments
 (0)