version: "3.9" services: backbone: build: ../.. container_name: backbone ports: - 13231:13231/udp cap_add: - NET_ADMIN - CAP_SYS_ADMIN sysctls: - net.ipv4.conf.all.src_valid_mark=1 - net.ipv4.ip_forward=1 volumes: - ./config/frr:/etc/frr - ./config/wireguard:/etc/wireguard