infranet/docker-compose-lighthouse.yaml

20 lines
401 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-04-02 17:09:06 +01:00
- /path/to/infranet/filestore:/storage
2022-03-30 08:56:13 +01:00
cap_add:
- NET_ADMIN
devices:
- /dev/net/tun
environment:
2022-04-02 17:09:06 +01:00
- TZ=UTC
- LIGHTHOUSE=true
ports:
- 4242:4242/udp
restart: unless-stopped