remove dev dependencies from development containers
This commit is contained in:
@@ -24,7 +24,7 @@ http {
|
||||
# API and WebSocket proxy to backend
|
||||
# BACKEND_URL is substituted at container startup (default: backend:8000)
|
||||
location /api/ {
|
||||
proxy_pass http://${BACKEND_URL}/;
|
||||
proxy_pass http://__BACKEND_URL__/;
|
||||
proxy_http_version 1.1;
|
||||
proxy_set_header Upgrade $http_upgrade;
|
||||
proxy_set_header Connection 'upgrade';
|
||||
@@ -49,7 +49,7 @@ http {
|
||||
|
||||
# WebSocket proxy for Socket.IO
|
||||
location /socket.io/ {
|
||||
proxy_pass http://${BACKEND_URL}/socket.io/;
|
||||
proxy_pass http://__BACKEND_URL__/socket.io/;
|
||||
proxy_http_version 1.1;
|
||||
proxy_set_header Upgrade $http_upgrade;
|
||||
proxy_set_header Connection 'upgrade';
|
||||
|
||||
Reference in New Issue
Block a user