Skip to content

Commit ec1d38f

Browse files
authored
Add docker-api-proxy service (#969)
* Add `docker-api-proxy` service * Update
1 parent b2b4d6a commit ec1d38f

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

services/simcore/docker-compose.yml.j2

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -969,6 +969,27 @@ services:
969969
memory: 50M
970970
cpus: '0.1'
971971

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+
972993
volumes:
973994
rabbit_data:
974995
name: ${SWARM_STACK_NAME}_rabbit_data

0 commit comments

Comments
 (0)