infranet/docker-compose.yaml

22 lines
491 B
YAML
Raw Permalink 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:
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
2022-04-05 09:12:49 +01:00
- SYS_ADMIN
security_opt:
- apparmor:unconfined
2022-03-30 08:56:13 +01:00
devices:
- /dev/net/tun
- /dev/fuse
2022-03-30 08:56:13 +01:00
environment:
2022-04-02 17:09:06 +01:00
- TZ=UTC
restart: unless-stopped