fix: override uvicorn CMD in prod compose (no root-path per dominio dedicato)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Michele
2026-03-31 20:02:58 +02:00
parent 77ca70cd48
commit b837f961e4

View File

@@ -8,6 +8,7 @@ services:
VITE_API_BASE: "/api"
container_name: prod-leopost-full-app
restart: unless-stopped
command: ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "8000"]
volumes:
- ./data:/app/data
environment: