33 lines
990 B
YAML
33 lines
990 B
YAML
version: "3.9"
|
|
|
|
services:
|
|
rtr-client-1:
|
|
image: rpki-rtr-debug-client:latest
|
|
network_mode: host
|
|
command: ["127.0.0.1:323", "2", "reset", "--keep-after-error", "--summary-only"]
|
|
restart: unless-stopped
|
|
|
|
rtr-client-2:
|
|
image: rpki-rtr-debug-client:latest
|
|
network_mode: host
|
|
command: ["127.0.0.1:323", "2", "reset", "--keep-after-error", "--summary-only"]
|
|
restart: unless-stopped
|
|
|
|
rtr-client-3:
|
|
image: rpki-rtr-debug-client:latest
|
|
network_mode: host
|
|
command: ["127.0.0.1:323", "2", "reset", "--keep-after-error", "--summary-only"]
|
|
restart: unless-stopped
|
|
|
|
rtr-client-4:
|
|
image: rpki-rtr-debug-client:latest
|
|
network_mode: host
|
|
command: ["127.0.0.1:323", "2", "reset", "--keep-after-error", "--summary-only"]
|
|
restart: unless-stopped
|
|
|
|
rtr-client-5:
|
|
image: rpki-rtr-debug-client:latest
|
|
network_mode: host
|
|
command: ["127.0.0.1:323", "2", "reset", "--keep-after-error", "--summary-only"]
|
|
restart: unless-stopped
|