10 lines
264 B
YAML
10 lines
264 B
YAML
services:
|
|
bird-rpki-client:
|
|
environment:
|
|
RPKI_HOST: "host.docker.internal"
|
|
RPKI_PORT: "${RPKI_RTR_SSH_PORT:-22}"
|
|
OBSERVE_PROTO: "rpki_ssh"
|
|
volumes:
|
|
- ./bird.conf.ssh.example:/config/bird.conf:ro
|
|
- ../../certs:/config/ssh:ro
|