Download section didn't appear. Resolved
This commit is contained in:
+4
-4
@@ -1,12 +1,12 @@
|
||||
services:
|
||||
backend:
|
||||
build:
|
||||
context: . # Project root (contains audio_splitter/)
|
||||
context: .
|
||||
dockerfile: web/backend/Dockerfile
|
||||
ports:
|
||||
- "8000:8000"
|
||||
volumes:
|
||||
- /tmp/audio_splitter_web:/tmp/audio_splitter_web
|
||||
- /tmp/audio_splitter_web:/tmp/audio_splitter_web # Bind mount
|
||||
environment:
|
||||
- PYTHONUNBUFFERED=1
|
||||
- DEBUG=1
|
||||
@@ -15,9 +15,9 @@ services:
|
||||
frontend:
|
||||
build:
|
||||
context: ./web/frontend
|
||||
dockerfile: Dockerfile.dev
|
||||
dockerfile: Dockerfile
|
||||
ports:
|
||||
- "5173:5173"
|
||||
- "5173:80"
|
||||
volumes:
|
||||
- ./web/frontend:/app
|
||||
- /app/node_modules
|
||||
|
||||
Reference in New Issue
Block a user