mirror of
https://gitlab.sectorq.eu/home/docker-compose.git
synced 2025-12-14 18:34:53 +01:00
build
This commit is contained in:
2
__swarm/rancher/.env
Executable file
2
__swarm/rancher/.env
Executable file
@@ -0,0 +1,2 @@
|
||||
APPNAME=rancher
|
||||
DOCKER_REGISTRY=r.sectorq.eu/library/
|
||||
15
__swarm/rancher/docker-compose.yml
Executable file
15
__swarm/rancher/docker-compose.yml
Executable file
@@ -0,0 +1,15 @@
|
||||
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
|
||||
Reference in New Issue
Block a user