This commit is contained in:
2025-03-23 16:24:50 +01:00
parent 54149deda8
commit 49aaf5bb25
31 changed files with 1558 additions and 1721 deletions

View File

@ -1,12 +1,14 @@
name: rancher
services:
rancher:
restart: ${RESTART:-unless-stopped}
ports:
- 7080:80
- 7443:443
privileged: true
image: ${DOCKER_REGISTRY:-}rancher/rancher:latest
command: --acme-domain rancher.sectorq.eu
volumes:
- /share/docker_data/rancher:/var/lib/rancher
rancher:
command: --acme-domain rancher.sectorq.eu
image: ${DOCKER_REGISTRY:-}rancher/rancher:latest
labels:
wud.watch.digest: true
ports:
- 7080:80
- 7443:443
privileged: true
restart: ${RESTART:-unless-stopped}
volumes:
- /share/docker_data/rancher:/var/lib/rancher