This commit is contained in:
dv 2026-04-10 13:30:36 +03:00
parent 625bbe0be2
commit 192dab4efb

View file

@ -31,6 +31,7 @@ services:
condition: service_healthy condition: service_healthy
volumes: volumes:
- ../backend:/app - ../backend:/app
- /opt/utp_service/keys:/opt/utp_service/keys:ro
command: uvicorn app.main:app --host 0.0.0.0 --port 8005 --reload command: uvicorn app.main:app --host 0.0.0.0 --port 8005 --reload
frontend: frontend: