File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ services:
1616 image : redis:latest
1717 container_name : sr24_redis
1818 restart : unless-stopped
19- command : ["redis-server", "--appendonly", "yes"]
19+ command : [ "redis-server", "--appendonly", "yes" ]
2020 volumes :
2121 - redis_data:/data
2222 networks :
@@ -26,15 +26,13 @@ services:
2626 build :
2727 context : ..
2828 dockerfile : apps/web/Dockerfile
29+ args :
30+ NEXT_PUBLIC_API_URL : " https://api.radar.skruellex.com"
31+ NEXT_PUBLIC_WEBSOCKET_URL : " wss://ws.radar.skruellex.com"
2932 container_name : sr24_web
3033 restart : always
3134 environment :
3235 NODE_ENV : production
33- NEXT_PUBLIC_API_URL : " https://api.radar.skruellex.com"
34- NEXT_PUBLIC_WEBSOCKET_URL : " wss://ws.radar.skruellex.com"
35- args :
36- NEXT_PUBLIC_API_URL : " https://api.radar.skruellex.com"
37- NEXT_PUBLIC_WEBSOCKET_URL : " wss://ws.radar.skruellex.com"
3836 networks :
3937 - traefik_proxy
4038 - backend
You can’t perform that action at this time.
0 commit comments