play stack one by one

This commit is contained in:
2025-02-02 21:20:39 +01:00
parent 2544559b39
commit 69ea64df4c
29 changed files with 143 additions and 86 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ services:
volumes_from:
- nginx
volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro
- ${DOCKER_SOCKET_LOCATION}:/var/run/docker.sock:ro
- acme:/etc/acme.sh
- certs:/etc/nginx/certs
- html:/usr/share/nginx/html
+1 -1
View File
@@ -8,4 +8,4 @@ services:
image: willfarrell/autoheal:latest
restart: always
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- ${DOCKER_SOCKET_LOCATION}:/var/run/docker.sock
+1 -1
View File
@@ -42,7 +42,7 @@ services:
restart: always
volumes:
- consul:/consul/data:delegated
- /var/run/docker.sock:/var/run/docker.sock
- ${DOCKER_SOCKET_LOCATION}:/var/run/docker.sock
volumes:
consul:
+1 -1
View File
@@ -6,5 +6,5 @@ HOST_IPFS_SERVICE_5001_PATH ?= api/
HOST_IPFS_SERVICE_5001_TAGS ?= $(call tagprefix,HOST_IPFS,5001)
HOST_IPFS_SERVICE_8080_ENVS ?= host
HOST_IPFS_SERVICE_8080_TAGS ?= $(call urlprefix,,,$(HOST_IPFS_SERVICE_8080_URIS) $(call servicenvs,HOST_IPFS,8080,URIS))
HOST_IPFS_SERVICE_8080_URIS ?= $(call uriprefix,ipfs *.ipns)
HOST_IPFS_SERVICE_8080_URIS ?= $(call uri,ipfs *.ipns)
HOST_IPFS_UFW_UPDATE ?= 4001/tcp 4001/udp 8080
+1 -1
View File
@@ -38,7 +38,7 @@ services:
- 443
restart: unless-stopped
volumes:
- /var/run/docker.sock:/tmp/docker.sock:ro
- ${DOCKER_SOCKET_LOCATION}:/tmp/docker.sock:ro
- certs:/etc/nginx/certs
- html:/usr/share/nginx/html
- htpasswd:/etc/nginx/htpasswd
+1 -1
View File
@@ -16,7 +16,7 @@ services:
- 9000
restart: always
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- ${DOCKER_SOCKET_LOCATION}:/var/run/docker.sock
- portainer:/data
volumes:
+1 -1
View File
@@ -25,4 +25,4 @@ services:
network_mode: host
restart: always
volumes:
- /var/run/docker.sock:/tmp/docker.sock
- ${DOCKER_SOCKET_LOCATION}:/tmp/docker.sock