fix domain connections

This commit is contained in:
2026-01-05 16:30:56 -03:00
parent 82fbc54349
commit db75d2964f
5 changed files with 22 additions and 8 deletions

View File

@@ -79,8 +79,8 @@ services:
- ./frontend:/app
- /app/node_modules
environment:
- VITE_API_URL=http://192.168.196.100:3000
- VITE_ALPR_STREAM_URL=http://192.168.196.100:5001/video_feed
- VITE_API_URL=
- VITE_ALPR_STREAM_URL=
networks:
backend-net:
driver: bridge