File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ services:
2828 VITE_KEYCLOAK_URL : ${KC_FRONTEND_HOSTNAME:-http://localhost:8080}
2929 VITE_KEYCLOAK_REALM : cf-master
3030 VITE_KEYCLOAK_CLIENT_ID : webclient
31+ VITE_PUBLIC_INTERFACE_OFF : ${VITE_PUBLIC_INTERFACE_OFF:-true}
3132 labels :
3233 - " traefik.enable=true"
3334 - " traefik.http.routers.frontend-http.entrypoints=web"
Original file line number Diff line number Diff line change @@ -41,6 +41,7 @@ services:
4141 VITE_KEYCLOAK_REALM : reeve-master
4242 VITE_KEYCLOAK_CLIENT_ID : webclient
4343 VITE_KEYCLOAK_REDIRECT_URL : ${FRONTEND_URL:-http://localhost:3000}/auth/login
44+ VITE_PUBLIC_INTERFACE_OFF : ${VITE_PUBLIC_INTERFACE_OFF:-true}
4445 labels :
4546 - " traefik.enable=true"
4647 - " traefik.http.routers.frontend-http.entrypoints=web"
You can’t perform that action at this time.
0 commit comments