fix env deploy
All checks were successful
Build Images and Deploy / Update-PROD-Stack (push) Successful in 33s

This commit is contained in:
2026-01-30 16:29:48 -05:00
parent 7706234a7b
commit 9c0fd35804
2 changed files with 14 additions and 3 deletions

View File

@@ -44,7 +44,7 @@ services:
dockerfile: Dockerfile.dev
restart: unless-stopped
environment:
VITE_API_URL: http://backend:4000/api
VITE_API_URL: http://192.168.1.175:4000/api
depends_on:
- backend
ports: