services: frr-rpki-client: image: quay.io/frrouting/frr:10.2.2 container_name: frr-rpki-client restart: unless-stopped network_mode: host privileged: true environment: RPKI_FRR_RPKI_HOST: "${RPKI_FRR_RPKI_HOST:-127.0.0.1}" RPKI_FRR_RPKI_PORT: "${RPKI_FRR_RPKI_PORT:-323}" RPKI_FRR_RPKI_PREFERENCE: "${RPKI_FRR_RPKI_PREFERENCE:-1}" entrypoint: ["/bin/sh", "/config/entrypoint.sh"] volumes: - ./daemons.example:/etc/frr/daemons:ro - ./frr.conf.template:/config/frr.conf.template:ro - ./entrypoint.sh:/config/entrypoint.sh:ro