app-store/apps/zerotier/docker-compose.yml
2022-09-13 17:17:35 +10:00

20 lines
483 B
YAML

version: "3.9"
services:
zerotier:
container_name: zerotier
image: zerotier/zerotier:1.10.1
restart: on-failure
command: "zerotier-cli join ${NETWORK_ID}"
cap_add:
- NET_ADMIN
- SYS_ADMIN
volumes:
- /dev/net/tun
healthcheck:
test: ['CMD','true']
network_mode: host
# TO DO: Pass host data to retain zerotier id, or setup a volume. Prefer ~stateless.
# networks:
# - tipi_main_network
# mac_address: ${MAC_ADDRESS}