This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user