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:
|
2022-04-05 21:17:58 +01:00
|
|
|
- /path/to/infranet/config/nebula:/etc/nebula
|
|
|
|
- /path/to/infranet/config/seaweedfs:/etc/seaweedfs
|
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
|
2022-03-31 14:35:13 +01:00
|
|
|
restart: unless-stopped
|