We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6c56228 + da95a91 commit d0fd198Copy full SHA for d0fd198
services/simcore/docker-compose.yml.j2
@@ -939,6 +939,27 @@ services:
939
- traefik.http.routers.${PREFIX_STACK_NAME}_dynamic_scheduler.tls=true
940
- traefik.http.routers.${PREFIX_STACK_NAME}_dynamic_scheduler.middlewares=ops_gzip@swarm, ops_auth@swarm
941
942
+ notifications:
943
+ networks:
944
+ - monitored
945
+ deploy:
946
+ replicas: ${SIMCORE_NOTIFICATIONS_REPLICAS}
947
+ placement:
948
+ constraints:
949
+ - node.labels.simcore==true
950
+ update_config:
951
+ parallelism: 1
952
+ order: start-first
953
+ failure_action: rollback
954
+ delay: 10s
955
+ resources:
956
+ limits:
957
+ memory: 500M
958
+ cpus: '0.5'
959
+ reservations:
960
+ memory: 50M
961
+ cpus: '0.1'
962
+
963
volumes:
964
rabbit_data:
965
name: ${SWARM_STACK_NAME}_rabbit_data
0 commit comments