infranet/docker-compose-node.yaml

18 lines
369 B
YAML

---
version: "3"
services:
infranet:
container_name: infranet
image: dcr.wallace.sh/scott/infranet:latest
volumes:
- /path/to/infranet/config:/etc/nebula
- /path/to/infranet/filestore:/storage
cap_add:
- NET_ADMIN
devices:
- /dev/net/tun
environment:
- TZ=UTC
- LIGHTHOUSE=false
restart: unless-stopped