14 lines
314 B
YAML
14 lines
314 B
YAML
services:
|
|
bird-rpki-client:
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
container_name: bird-rpki-client
|
|
restart: unless-stopped
|
|
network_mode: host
|
|
environment:
|
|
OBSERVE_INTERVAL: "5"
|
|
OBSERVE_PROTO: rpki_tcp
|
|
volumes:
|
|
- ./bird.conf.example:/etc/bird/bird.conf:ro
|