Works on PROD

This commit is contained in:
aodulov
2025-10-15 16:07:56 +03:00
parent 03d31011fd
commit 8cbb520408
7 changed files with 38 additions and 9 deletions

View File

@@ -6,8 +6,8 @@ services:
context: ./frontend
ports:
- "3000:80"
env_file:
- ./frontend/.env
environment:
- API_URL=${API_URL:-ws://localhost:8000}
backend:
build: