infranet/docker-compose.yaml

17 lines
339 B
YAML

---
version: "3"
services:
nebula:
container_name: infranet
hostname: __HOSTNAME__
image: dcr.wallace.sh/scott/infranet:latest
volumes:
- /path/to/infranet/config:/etc/nebula
cap_add:
- NET_ADMIN
devices:
- /dev/net/tun
environment:
- TZ=Europe/London
- NEBULA_IP=10.10.100.x/24