arreglar localhost

This commit is contained in:
2026-01-17 22:24:56 -06:00
parent 64327ef5df
commit 153bdf2819
7 changed files with 43 additions and 13 deletions

View File

@@ -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: