Upload files to "/"

This commit is contained in:
2026-05-13 12:11:35 +00:00
commit a8deb6dd70
4 changed files with 425 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
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