fix(frontend): подготовка к прому

This commit is contained in:
2025-12-29 01:25:25 +03:00
parent 799a11b86d
commit 5e0f22e39e
6 changed files with 39 additions and 9 deletions

View File

@@ -78,6 +78,26 @@ services:
retries: 5
restart: unless-stopped
frontend:
build:
context: ./services/frontend
dockerfile: Dockerfile
container_name: audio_frontend_dev
ports:
- "3000:5173"
environment:
VITE_API_URL: http://localhost:8000
VITE_WS_URL: ws://localhost:8001/ws/live
# VITE_API_URL: http://api:8000
# VITE_WS_URL: ws://api:8001
volumes:
- ./services/frontend:/app
- /app/node_modules
networks:
- audio_network
stdin_open: true
tty: true
restart: unless-stopped
volumes:
timescale_data: