fix(frontend): подготовка к прому
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user