Commit 4d49dbcd48adbbcc07a47b0f684dac7eaaa93ad2

Authored by George Vlahavas
1 parent 1533b6034e

Use host networking for suricata

Also remove containers that don't need access to the network from the
proxy-network.

Showing 1 changed file with 1 additions and 6 deletions

docker-compose-hetzner.yml View file @ 4d49dbc
... ... @@ -7,6 +7,7 @@
7 7 image: registry.curex-project.eu:443/curex-local/kea_suricata:latest
8 8 container_name: kea_suricata
9 9 restart: unless-stopped
  10 + network_mode: "host"
10 11 cap_add:
11 12 - NET_ADMIN
12 13 - SYS_NICE
... ... @@ -15,8 +16,6 @@
15 16 volumes:
16 17 - data_volume:/var/log/suricata
17 18 - pcap_volume:/var/pcap
18   - networks:
19   - - "proxy-network"
20 19  
21 20 elasticsearch:
22 21 image: registry.curex-project.eu:443/curex-local/kea_elasticsearch:latest
... ... @@ -43,8 +42,6 @@
43 42 hard: -1
44 43 volumes:
45 44 - data_volume:/data
46   - networks:
47   - - "proxy-network"
48 45  
49 46 logstash:
50 47 image: registry.curex-project.eu:443/curex-local/kea_logstash:latest
... ... @@ -52,8 +49,6 @@
52 49 restart: unless-stopped
53 50 volumes:
54 51 - data_volume:/data
55   - networks:
56   - - "proxy-network"
57 52  
58 53 kibana:
59 54 image: registry.curex-project.eu:443/curex-local/kea_kibana:latest