
Deleted gortr/roas.json, tinc/lixonet/hosts/daltx_nurd_lixo, tinc/lixonet/hosts/denco_mane_lixo, tinc/lixonet/hosts/inwwv_nurd_lixo, tinc/lixonet/hosts/lkwco_mane_lixo, tinc/lixonet/hosts/manva_nurd_lixo, tinc/lixonet/subnet-down.tmpl, tinc/lixonet/subnet-up.tmpl, tinc/lixonet/tinc-up.tmpl, tinc/lixonet/tinc.conf.tmpl, bird/rpki/hosts/denco_mane_lixo, bird/rpki/known_hosts, bird/neighbors/daltx_nurd_lixo, bird/neighbors/denco_mane_lixo, bird/neighbors/glaz_nurd_lixo, bird/neighbors/lkwco_mane_lixo, bird/neighbors/phxaz_nurd_lixo files
33 lines
641 B
YAML
33 lines
641 B
YAML
version: "3.7"
|
|
services:
|
|
tinc:
|
|
network_mode: host
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile.tinc
|
|
ports:
|
|
- "655:655/tcp"
|
|
- "655:655/udp"
|
|
volumes:
|
|
- /etc/tinc/${NETNAME}:/etc/tinc/${NETNAME}
|
|
environment:
|
|
- RUNMODE=server
|
|
- NETNAME=${NETNAME}
|
|
cap_add:
|
|
- NET_ADMIN
|
|
devices:
|
|
- /dev/net/tun:/dev/net/tun
|
|
restart: always
|
|
bird:
|
|
network_mode: host
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile.bird
|
|
ports:
|
|
- "179:179/tcp"
|
|
volumes:
|
|
- /etc/bird/${NETNAME}:/etc/bird/${NETNAME}
|
|
cap_add:
|
|
- NET_ADMIN
|
|
restart: always
|