Skip to content

Commit 27677a9

Browse files
committed
passing VITE-versions of env variables instead of literals
1 parent 616c3c8 commit 27677a9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docker-compose.deploy.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -203,10 +203,10 @@ services:
203203
leaderboard-frontend:
204204
image: ${WS_DOCKER_REGISTRY}/workspaces-leaderboard-frontend:${WS_DOCKER_TAG}
205205
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}
206+
VITE_TDEI_API_URL: ${WS_TDEI_API_URL}
207+
VITE_TDEI_USER_API_URL: ${WS_TDEI_BACKEND_URL}
208+
VITE_API_URL: ${WS_API_URL}
209+
VITE_OSM_URL: ${WS_OSM_URL}
210210
labels:
211211
- traefik.enable=true
212212
- traefik.http.routers.leaderboard-frontend.rule=Host(`${LB_FRONTEND_HOST}`)

0 commit comments

Comments
 (0)