This commit is contained in:
2026-03-19 16:12:22 +07:00
parent 39b0358b08
commit b7e8450357
11 changed files with 101 additions and 68 deletions

View File

@@ -48,12 +48,12 @@ services:
build:
context: ./frontend
dockerfile: Dockerfile
args:
VITE_API_BASE_URL: http://localhost:4000/api
container_name: pg-control-frontend
restart: unless-stopped
depends_on:
- backend
environment:
VITE_API_BASE_URL: http://localhost:4000/api
ports:
- "5173:80"