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