mirror of
https://gitlab.sectorq.eu/home/docker-compose.git
synced 2025-12-14 18:34:53 +01:00
18 lines
357 B
YAML
Executable File
18 lines
357 B
YAML
Executable File
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:
|
|
- data:/var/lib/rancher
|
|
volumes:
|
|
data:
|