mirror of
https://gitlab.sectorq.eu/home/docker-compose.git
synced 2025-07-02 08:18:33 +02:00
15 lines
340 B
YAML
15 lines
340 B
YAML
name: rancher
|
|
services:
|
|
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
|