Loading deploy/docker-compose.dev.yml +7 −0 Original line number Diff line number Diff line Loading @@ -6,3 +6,10 @@ services: - target: ${MICROSERVICE_PORT} published: ${MICROSERVICE_PORT} mode: host deploy: resources: limits: cpus: '0.5' memory: 512M reservations: memory: 410M deploy/docker-compose.prod.yml +6 −0 Original line number Diff line number Diff line Loading @@ -6,3 +6,9 @@ services: placement: constraints: - node.role == worker resources: limits: cpus: '0.5' memory: 1G reservations: memory: 820M deploy/docker-compose.tmpl.yml +0 −6 Original line number Diff line number Diff line Loading @@ -31,12 +31,6 @@ services: condition: on-failure delay: 1m window: 3m resources: limits: cpus: '0.5' memory: 512M reservations: memory: 410M networks: kafka-net: Loading Loading
deploy/docker-compose.dev.yml +7 −0 Original line number Diff line number Diff line Loading @@ -6,3 +6,10 @@ services: - target: ${MICROSERVICE_PORT} published: ${MICROSERVICE_PORT} mode: host deploy: resources: limits: cpus: '0.5' memory: 512M reservations: memory: 410M
deploy/docker-compose.prod.yml +6 −0 Original line number Diff line number Diff line Loading @@ -6,3 +6,9 @@ services: placement: constraints: - node.role == worker resources: limits: cpus: '0.5' memory: 1G reservations: memory: 820M
deploy/docker-compose.tmpl.yml +0 −6 Original line number Diff line number Diff line Loading @@ -31,12 +31,6 @@ services: condition: on-failure delay: 1m window: 3m resources: limits: cpus: '0.5' memory: 512M reservations: memory: 410M networks: kafka-net: Loading