Skip to content

Commit

Permalink
97: Update optimizer worker and simulator worker.
Browse files Browse the repository at this point in the history
  • Loading branch information
lfse-slafleur committed Sep 13, 2024
1 parent d038c0e commit c1f2238
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ services:
condition: service_healthy

grow_worker_optimizer: &grow_worker
image: ghcr.io/project-omotes/omotes-grow-optimizer-worker:2.0.2
image: ghcr.io/project-omotes/omotes-grow-optimizer-worker:2.0.3
restart: unless-stopped
deploy:
replicas: 2
Expand Down Expand Up @@ -168,7 +168,7 @@ services:
GROW_TASK_TYPE: grow_optimizer_with_pressure

omotes_simulator_worker:
image: ghcr.io/project-omotes/omotes-simulator-worker:0.0.9
image: ghcr.io/project-omotes/omotes-simulator-worker:0.0.11
restart: unless-stopped
deploy:
replicas: 2
Expand Down

0 comments on commit c1f2238

Please sign in to comment.