aboutsummaryrefslogtreecommitdiffstats
path: root/vagrant/tests/cFW/docker-compose.yml
diff options
context:
space:
mode:
Diffstat (limited to 'vagrant/tests/cFW/docker-compose.yml')
-rw-r--r--vagrant/tests/cFW/docker-compose.yml38
1 files changed, 0 insertions, 38 deletions
diff --git a/vagrant/tests/cFW/docker-compose.yml b/vagrant/tests/cFW/docker-compose.yml
deleted file mode 100644
index 6d883fbd..00000000
--- a/vagrant/tests/cFW/docker-compose.yml
+++ /dev/null
@@ -1,38 +0,0 @@
-version: '3'
-
-services:
- packetgen:
- privileged: true
- network_mode: "host"
- image: electrocucaracha/packetgen
- build:
- context: ./packetgen
- args:
- HTTP_PROXY: $HTTP_PROXY
- HTTPS_PROXY: $HTTPS_PROXY
- firewall:
- privileged: true
- network_mode: "host"
- image: electrocucaracha/firewall
- build:
- context: ./firewall
- args:
- HTTP_PROXY: $HTTP_PROXY
- HTTPS_PROXY: $HTTPS_PROXY
- sink:
- privileged: true
- network_mode: "host"
- image: electrocucaracha/sink
- build:
- context: ./sink
- args:
- HTTP_PROXY: $HTTP_PROXY
- HTTPS_PROXY: $HTTPS_PROXY
- darkstat:
- network_mode: "host"
- image: electrocucaracha/darkstat
- build:
- context: ./darkstat
- args:
- HTTP_PROXY: $HTTP_PROXY
- HTTPS_PROXY: $HTTPS_PROXY