убран SDD, добавлен uv, фикс билда
Deploy / deploy (push) Failing after 2m28s

This commit is contained in:
Раис Юсупалиев
2026-06-19 06:07:30 +03:00
parent 5f85006e1d
commit ed33357af2
51 changed files with 1130 additions and 4783 deletions
+3 -3
View File
@@ -49,7 +49,7 @@ services:
condition: service_healthy
volumes:
- ./config.yaml:/config.yaml
command: ["poetry", "run", "alembic", "upgrade", "head"]
command: ["uv", "run", "--no-sync", "alembic", "upgrade", "head"]
restart: "no"
logging:
driver: "json-file"
@@ -65,7 +65,7 @@ services:
condition: service_completed_successfully
volumes:
- ./config.yaml:/config.yaml
command: ["poetry", "run", "python", "-m", "app.workers.waybill_poller"]
command: ["uv", "run", "--no-sync", "python", "-m", "app.workers.waybill_poller"]
restart: unless-stopped
logging:
driver: "json-file"
@@ -82,7 +82,7 @@ services:
volumes:
- ./config.yaml:/config.yaml
command:
["poetry", "run", "python", "-m", "app.workers.waybill_email_sender"]
["uv", "run", "--no-sync", "python", "-m", "app.workers.waybill_email_sender"]
restart: unless-stopped
logging:
driver: "json-file"