1
0
mirror of https://github.com/bgp/stayrtr.git synced 2024-05-06 15:54:54 +00:00
bgp-stayrtr/docker-compose-integration.yml

28 lines
521 B
YAML
Raw Normal View History

version: '3'
services:
2021-05-07 14:34:19 +00:00
stayrtr:
build:
2021-05-07 14:34:19 +00:00
dockerfile: Dockerfile.stayrtr
context: .
command:
- -cache
- rpki.json
- -slurm
- slurm.json
- -verify=false
- -checktime=false
volumes:
2021-05-07 14:34:19 +00:00
- ./cmd/stayrtr/test.rpki.json:/rpki.json
- ./cmd/stayrtr/test.slurm.json:/slurm.json
rtrdump:
build:
dockerfile: Dockerfile.rtrdump
context: .
command:
- -connect
2021-05-07 14:34:19 +00:00
- stayrtr:8282
- -file
- ""
depends_on:
2021-05-07 14:34:19 +00:00
- stayrtr