infranet/docker-compose.yaml

19 lines
425 B
YAML
Raw Normal View History

2022-03-30 08:56:13 +01:00
---
version: "3"
services:
2022-03-30 13:29:13 +01:00
infranet:
2022-03-30 08:56:13 +01:00
container_name: infranet
image: dcr.wallace.sh/scott/infranet:latest
volumes:
- /path/to/infranet/config:/etc/nebula
2022-03-30 08:56:13 +01:00
cap_add:
- NET_ADMIN
devices:
- /dev/net/tun
environment:
- TZ=Europe/London
# A Lighthouse should be listening for incoming connections; but not nodes
# ports:
# - 4242:4242/udp
restart: unless-stopped