Skip to content

Commit 243c26b

Browse files
committed
Remove subdomains
1 parent 9cc6617 commit 243c26b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docker/docker-compose.prod.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)