15 lines
234 B
YAML
15 lines
234 B
YAML
services:
|
|
route-rush:
|
|
build: .
|
|
container_name: route-rush
|
|
ports:
|
|
- "8001:8001"
|
|
restart: unless-stopped
|
|
networks:
|
|
- ipfix-net
|
|
|
|
networks:
|
|
ipfix-net:
|
|
name: ipfix-stack_ipfix-net
|
|
external: true
|