fix: update UVICORN_PORT to 8003 in Dockerfile and docker-compose.yml
Some checks failed
CI / test (pull_request) Failing after 3m19s

This commit is contained in:
2025-11-02 11:07:28 +01:00
parent 52450bc487
commit c1f4902cf4
2 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ services:
context: .
dockerfile: Dockerfile
ports:
- "8000:8000"
- "8003:8003"
environment:
- DATABASE_HOST=postgres
- DATABASE_PORT=5432