mirror of
https://gitlab.sectorq.eu/home/docker-compose.git
synced 2025-07-02 00:08:33 +02:00
16 lines
362 B
YAML
16 lines
362 B
YAML
name: rancher
|
|
services:
|
|
rancher:
|
|
command: --acme-domain rancher.sectorq.eu
|
|
image: ${DOCKER_REGISTRY:-}rancher/rancher:latest
|
|
labels:
|
|
wud.watch: true
|
|
wud.watch.digest: true
|
|
ports:
|
|
- 7080:80
|
|
- 7443:443
|
|
privileged: true
|
|
restart: ${RESTART:-unless-stopped}
|
|
volumes:
|
|
- /share/docker_data/rancher:/var/lib/rancher
|