chore: muta portul implicit 8000 -> 8010 (evita coliziunea cu roa2web)
start.sh, docker-compose.yml, README.md, CLAUDE.md aliniate la 8010 pentru a nu se suprapune cu backend-ul roa2web pe masina de test. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -19,7 +19,7 @@ Limba proiectului este **romana**: cod, comentarii, commit-uri, documentatie. Fa
|
||||
pip3 install -r requirements.txt # Python 3.12+
|
||||
|
||||
# Rulare locala (dev): API + worker sunt PROCESE SEPARATE
|
||||
uvicorn app.main:app --reload --port 8000 # API: dashboard /, Swagger /docs, /healthz, /metrics
|
||||
uvicorn app.main:app --reload --port 8010 # API: dashboard /, Swagger /docs, /healthz, /metrics
|
||||
python3 -m app.worker # worker (necesar doar pentru a procesa coada)
|
||||
|
||||
# Wrapper-ul start.sh ambaleaza mediu (test/prod) + rol (api/worker/both/finalizate)
|
||||
|
||||
Reference in New Issue
Block a user