File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,8 +27,8 @@ services:
2727 context : ..
2828 dockerfile : apps/web/Dockerfile
2929 args :
30- NEXT_PUBLIC_API_URL : " https://api. radar.skruellex.com/api"
31- NEXT_PUBLIC_WEBSOCKET_URL : " wss://ws. radar.skruellex.com/ws"
30+ NEXT_PUBLIC_API_URL : " https://radar.skruellex.com/api"
31+ NEXT_PUBLIC_WEBSOCKET_URL : " wss://radar.skruellex.com/ws"
3232 container_name : sr24_web
3333 restart : always
3434 environment :
@@ -76,7 +76,7 @@ services:
7676 - " traefik.http.services.api.loadbalancer.server.port=3001"
7777 - " traefik.http.middlewares.api-stripprefix.stripprefix.prefixes=/api"
7878 - " traefik.http.routers.api.middlewares=api-stripprefix"
79- - " traefik.docker.network=traefik_proxy"
79+ - " traefik.docker.network=traefik_proxy"
8080
8181 ws :
8282 build :
@@ -105,7 +105,7 @@ services:
105105 - " traefik.http.services.ws.loadbalancer.server.port=3002"
106106 - " traefik.http.middlewares.ws-stripprefix.stripprefix.prefixes=/ws"
107107 - " traefik.http.routers.ws.middlewares=ws-stripprefix"
108- - " traefik.docker.network=traefik_proxy"
108+ - " traefik.docker.network=traefik_proxy"
109109
110110 ingestion :
111111 build :
You can’t perform that action at this time.
0 commit comments