arreglar localhost
This commit is contained in:
@@ -28,6 +28,9 @@ services:
|
||||
restart: always
|
||||
ports:
|
||||
- "3002:80" # Web Interface
|
||||
environment:
|
||||
- VITE_API_URL=${VITE_API_URL:-http://localhost:3001}
|
||||
- VITE_WS_URL=${VITE_WS_URL:-ws://localhost:3003}
|
||||
depends_on:
|
||||
- gateway
|
||||
networks:
|
||||
|
||||
Reference in New Issue
Block a user