fix: unified provider container for standalone

This commit is contained in:
2025-12-04 17:03:39 +01:00
parent 7c2a819122
commit 59d4fb7891
2 changed files with 7 additions and 10 deletions

View File

@@ -211,11 +211,6 @@ services:
- BACKEND_URL=http://localhost:5000
ports:
- "${PROVIDER_PORT:-5001}:5001"
volumes:
- ./lib:/app/lib:ro
- ./experiments/procesing:/app/procesing:ro
- ./backend/provider:/app/provider:ro
command: python -m uvicorn provider.app:app --host 0.0.0.0 --port 5001
restart: unless-stopped
volumes: