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

@@ -79,7 +79,7 @@ services:
- .env
environment:
- TEMPORAL_ADDRESS=temporal:7233
command: uv run python scripts/run_worker.py
command: uv run scripts/run_worker.py
networks:
- temporal-network
@@ -94,7 +94,7 @@ services:
- .env
environment:
- TEMPORAL_ADDRESS=temporal:7233
command: uv run python thirdparty/train_api.py
command: uv run thirdparty/train_api.py
networks:
- temporal-network