WIP essentia

This commit is contained in:
2025-12-22 12:59:20 +01:00
parent 83de840672
commit dec30019e2
9 changed files with 106 additions and 29 deletions

View File

@@ -40,10 +40,15 @@ services:
restart: unless-stopped
frontend:
build: ./frontend
build:
context: ./frontend
args:
NEXT_PUBLIC_API_URL: http://localhost:8001
container_name: audio_classifier_ui
environment:
NEXT_PUBLIC_API_URL: http://backend:8000
# Use localhost:8001 because the browser (client-side) needs to access the API
# The backend is mapped to port 8001 on the host machine
NEXT_PUBLIC_API_URL: http://localhost:8001
ports:
- "3000:3000"
depends_on: