Files
Personal-Rancher-Catalog/templates/zerotier/0/docker-compose.yml
2018-03-20 16:50:05 -04:00

19 lines
458 B
YAML

version: '2'
services:
zerotier:
container_name: ${NAME}
image: zerotier/zerotier-containerized:latest
cap_add:
- NET_ADMIN
- SYS_ADMIN
command:
- -d
devices:
- "/dev/net/tun"
labels:
io.rancher.scheduler.affinity:host_label: ${HOST_LABEL_KEY}=${HOST_LABEL_VALUE}
network_mode: "host"
restart: "no"
volumes:
- ${STORAGE_VOLUME}:/var/lib/zerotier-one:nocopy
volumes_driver: rancher-nfs