11 lines
331 B
YAML
11 lines
331 B
YAML
services:
|
|
bird-rpki-client:
|
|
environment:
|
|
BIRD_CONFIG_TEMPLATE_PATH: "/config/bird.conf.ssh.template"
|
|
RPKI_HOST: "0.0.0.0"
|
|
RPKI_PORT: "${RPKI_RTR_SSH_PORT:-22}"
|
|
OBSERVE_PROTO: "rpki_ssh"
|
|
volumes:
|
|
- ./bird.conf.ssh.template:/config/bird.conf.ssh.template:ro
|
|
- ../../certs:/config/ssh:ro
|