generate iptables rules dynamically from docker-compose.yml

This commit is contained in:
Marco Ochse
2018-03-15 10:59:27 +00:00
parent fc0f3ad0fb
commit 565ecddafd
4 changed files with 85 additions and 14 deletions

View File

@ -206,6 +206,8 @@ services:
- SYS_PTRACE
security_opt:
- apparmor=unconfined
ports:
- "64301:64301"
image: "dtagdevsec/netdata:1710"
volumes:
- /proc:/host/proc:ro
@ -303,4 +305,6 @@ services:
network_mode: "host"
env_file:
- /opt/tpot/etc/compose/wetty_environment
ports:
- "64300:64300"
image: "dtagdevsec/wetty:1710"