6d883fbd417628a556a66dafab1a5e0808f47f4a
[multicloud/k8s.git] / kud / tests / cFW / docker-compose.yml
1 version: '3'
2
3 services:
4   packetgen:
5     privileged: true
6     network_mode: "host"
7     image: electrocucaracha/packetgen
8     build:
9       context: ./packetgen
10       args:
11         HTTP_PROXY: $HTTP_PROXY
12         HTTPS_PROXY: $HTTPS_PROXY
13   firewall:
14     privileged: true
15     network_mode: "host"
16     image: electrocucaracha/firewall
17     build:
18       context: ./firewall
19       args:
20         HTTP_PROXY: $HTTP_PROXY
21         HTTPS_PROXY: $HTTPS_PROXY
22   sink:
23     privileged: true
24     network_mode: "host"
25     image: electrocucaracha/sink
26     build:
27       context: ./sink
28       args:
29         HTTP_PROXY: $HTTP_PROXY
30         HTTPS_PROXY: $HTTPS_PROXY
31   darkstat:
32     network_mode: "host"
33     image: electrocucaracha/darkstat
34     build:
35       context: ./darkstat
36       args:
37         HTTP_PROXY: $HTTP_PROXY
38         HTTPS_PROXY: $HTTPS_PROXY