Loading docker-compose.dev.yml +10 −0 Original line number Diff line number Diff line version: '3.5' services: cadvisor: deploy: resources: limits: cpus: '0.5' memory: 512M reservations: memory: 256M volumes: grafana: name: ${GRAFANA_VOL_NAME:-grafana-vol} docker-compose.prod.yml +9 −0 Original line number Diff line number Diff line version: '3.5' services: cadvisor: deploy: resources: limits: cpus: '0.5' memory: 256M reservations: memory: 128M grafana: deploy: placement: Loading docker-compose.tmpl.yml +10 −16 Original line number Diff line number Diff line Loading @@ -19,10 +19,10 @@ services: window: 1m resources: limits: cpus: '0.5' memory: 128M cpus: '0.1' memory: 32M reservations: memory: 16M memory: 8M cadvisor: image: google/cadvisor Loading @@ -46,12 +46,6 @@ services: restart_policy: delay: 30s window: 1m resources: limits: cpus: '1' memory: 256M reservations: memory: 64M grafana: image: stefanprodan/swarmprom-grafana:5.3.4 Loading Loading @@ -119,8 +113,8 @@ services: window: 1m resources: limits: cpus: '0.5' memory: 128M cpus: '0.1' memory: 64M reservations: memory: 32M Loading @@ -144,8 +138,8 @@ services: window: 1m resources: limits: cpus: '0.5' memory: 128M cpus: '0.1' memory: 64M reservations: memory: 32M Loading Loading @@ -173,8 +167,8 @@ services: window: 1m resources: limits: cpus: '0.5' memory: 128M cpus: '0.1' memory: 64M reservations: memory: 32M Loading @@ -200,7 +194,7 @@ services: window: 1m resources: limits: cpus: '0.5' cpus: '0.1' memory: 64M reservations: memory: 16M Loading Loading
docker-compose.dev.yml +10 −0 Original line number Diff line number Diff line version: '3.5' services: cadvisor: deploy: resources: limits: cpus: '0.5' memory: 512M reservations: memory: 256M volumes: grafana: name: ${GRAFANA_VOL_NAME:-grafana-vol}
docker-compose.prod.yml +9 −0 Original line number Diff line number Diff line version: '3.5' services: cadvisor: deploy: resources: limits: cpus: '0.5' memory: 256M reservations: memory: 128M grafana: deploy: placement: Loading
docker-compose.tmpl.yml +10 −16 Original line number Diff line number Diff line Loading @@ -19,10 +19,10 @@ services: window: 1m resources: limits: cpus: '0.5' memory: 128M cpus: '0.1' memory: 32M reservations: memory: 16M memory: 8M cadvisor: image: google/cadvisor Loading @@ -46,12 +46,6 @@ services: restart_policy: delay: 30s window: 1m resources: limits: cpus: '1' memory: 256M reservations: memory: 64M grafana: image: stefanprodan/swarmprom-grafana:5.3.4 Loading Loading @@ -119,8 +113,8 @@ services: window: 1m resources: limits: cpus: '0.5' memory: 128M cpus: '0.1' memory: 64M reservations: memory: 32M Loading @@ -144,8 +138,8 @@ services: window: 1m resources: limits: cpus: '0.5' memory: 128M cpus: '0.1' memory: 64M reservations: memory: 32M Loading Loading @@ -173,8 +167,8 @@ services: window: 1m resources: limits: cpus: '0.5' memory: 128M cpus: '0.1' memory: 64M reservations: memory: 32M Loading @@ -200,7 +194,7 @@ services: window: 1m resources: limits: cpus: '0.5' cpus: '0.1' memory: 64M reservations: memory: 16M Loading