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
19 changes: 19 additions & 0 deletions services/simcore/docker-compose.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,25 @@ services:
memory: "600M"
extra_hosts: []

api-worker:
deploy:
replicas: ${SIMCORE_API_WORKER_REPLICAS}
update_config:
parallelism: 1
order: start-first
failure_action: continue
delay: 10s
placement:
constraints:
- node.labels.simcore==true
resources:
reservations:
cpus: "0.1"
memory: "256M"
limits: # Wait for MB to estimate real numbers
cpus: "1.5"
memory: "500M"

catalog:
networks:
- monitored
Expand Down
Loading