This commit is contained in:
Dan Davison
2025-07-29 19:52:20 -04:00
parent e2eb41a3da
commit 0375509722
5 changed files with 12 additions and 12 deletions

View File

@@ -7,12 +7,12 @@ services:
worker:
volumes:
- ./:/app:cached
command: uv run python scripts/run_worker.py
command: uv run scripts/run_worker.py
train-api:
volumes:
- ./:/app:cached
command: uv run python thirdparty/train_api.py
command: uv run thirdparty/train_api.py
frontend:
volumes: