added stacks for backup

This commit is contained in:
samjage
2026-04-06 10:13:21 -04:00
parent 12892ec9db
commit c948d5cbde
22 changed files with 998 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
services:
socket-proxy:
image: tecnativa/docker-socket-proxy
container_name: docker-socket
restart: unless-stopped
volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro
ports:
- 2375:2375
environment:
CONTAINERS: 1
IMAGES: 1
INFO: 1
NETWORKS: 1
VOLUMES: 1
SERVICES: 1
TASKS: 1
POST: 1
ALLOW_START: 1
ALLOW_STOP: 1
ALLOW_RESTARTS: 1
networks:
backbone:
external: true