Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ services:
condition: service_healthy

grow_worker_optimizer: &grow_worker
image: ghcr.io/project-omotes/omotes-grow-optimizer-worker:2.1.2
image: ghcr.io/project-omotes/omotes-grow-optimizer-worker:2.1.3
restart: unless-stopped
deploy: &grow_worker_deploy
replicas: 2
Expand Down Expand Up @@ -215,7 +215,7 @@ services:
- "./gurobi/gurobi.lic:/app/gurobi/gurobi.lic"

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