infranet/docker-compose-lighthouse.yaml

20 lines
401 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=true
ports:
- 4242:4242/udp
restart: unless-stopped