We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
docker-api-proxy
1 parent b2b4d6a commit ec1d38fCopy full SHA for ec1d38f
services/simcore/docker-compose.yml.j2
@@ -969,6 +969,27 @@ services:
969
memory: 50M
970
cpus: '0.1'
971
972
+ docker-api-proxy:
973
+ networks:
974
+ - monitored
975
+ deploy:
976
+ mode: global
977
+ update_config:
978
+ parallelism: 2
979
+ order: start-first
980
+ failure_action: continue
981
+ delay: 10s
982
+ placement:
983
+ constraints:
984
+ - node.role==manager
985
+ resources:
986
+ reservations:
987
+ cpus: "0.1"
988
+ memory: "256M"
989
+ limits:
990
+ cpus: "0.5"
991
+ memory: "512M"
992
+
993
volumes:
994
rabbit_data:
995
name: ${SWARM_STACK_NAME}_rabbit_data
0 commit comments