From 67fea0359017ec5201734f6f14cea0dfc119fb98 Mon Sep 17 00:00:00 2001 From: Administrator Date: Wed, 31 Aug 2022 22:52:39 +0300 Subject: [PATCH] swarmpit --- .deploy-swarmpit/deploy-dev.yaml | 2 -- .deploy-swarmpit/deploy-prod.yaml | 2 -- 2 files changed, 4 deletions(-) diff --git a/.deploy-swarmpit/deploy-dev.yaml b/.deploy-swarmpit/deploy-dev.yaml index 864efaa..1edc6f0 100644 --- a/.deploy-swarmpit/deploy-dev.yaml +++ b/.deploy-swarmpit/deploy-dev.yaml @@ -8,8 +8,6 @@ services: - SWARMPIT_INFLUXDB=http://influxdb:8086 volumes: - /var/run/docker.sock:/var/run/docker.sock:ro - ports: - - 888:8080 healthcheck: test: ["CMD", "curl", "-f", "http://localhost:8080"] interval: 60s diff --git a/.deploy-swarmpit/deploy-prod.yaml b/.deploy-swarmpit/deploy-prod.yaml index 864efaa..1edc6f0 100644 --- a/.deploy-swarmpit/deploy-prod.yaml +++ b/.deploy-swarmpit/deploy-prod.yaml @@ -8,8 +8,6 @@ services: - SWARMPIT_INFLUXDB=http://influxdb:8086 volumes: - /var/run/docker.sock:/var/run/docker.sock:ro - ports: - - 888:8080 healthcheck: test: ["CMD", "curl", "-f", "http://localhost:8080"] interval: 60s