Update stack.yml
ci/woodpecker/push/woodpecker Pipeline failed
Details
ci/woodpecker/push/woodpecker Pipeline failed
Details
This commit is contained in:
parent
5c2dd3b5ff
commit
f45618d04a
|
@ -2,9 +2,9 @@ services:
|
||||||
swarmpit:
|
swarmpit:
|
||||||
image: swarmpit/swarmpit:latest
|
image: swarmpit/swarmpit:latest
|
||||||
environment:
|
environment:
|
||||||
SWARMPIT_DB: http://swarmpit_couchdb:5984
|
SWARMPIT_DB: http://couchdb:5984
|
||||||
SWARMPIT_INFLUXDB: http://swarmpit_influxdb:8086
|
SWARMPIT_INFLUXDB: http://influxdb:8086
|
||||||
SWAMPIT_DOCKER_SOCK: http://socketproxy_socketproxy:2375
|
SWAMPIT_DOCKER_SOCK: http://socketproxy:2375
|
||||||
volumes:
|
volumes:
|
||||||
- /var/run/docker.sock:/var/run/docker.sock:ro
|
- /var/run/docker.sock:/var/run/docker.sock:ro
|
||||||
healthcheck:
|
healthcheck:
|
||||||
|
|
Loading…
Reference in New Issue