mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 04:52:11 +00:00
prepare for vnclowpot tweaking
This commit is contained in:
parent
26f019c894
commit
277f24e0ee
3 changed files with 38 additions and 0 deletions
|
@ -13,6 +13,7 @@ networks:
|
||||||
mailoney_local:
|
mailoney_local:
|
||||||
spiderfoot_local:
|
spiderfoot_local:
|
||||||
ui-for-docker_local:
|
ui-for-docker_local:
|
||||||
|
vnclowpot_local:
|
||||||
|
|
||||||
services:
|
services:
|
||||||
|
|
||||||
|
@ -285,3 +286,15 @@ services:
|
||||||
image: "dtagdevsec/p0f:1706"
|
image: "dtagdevsec/p0f:1706"
|
||||||
volumes:
|
volumes:
|
||||||
- /data/p0f/log:/var/log/p0f
|
- /data/p0f/log:/var/log/p0f
|
||||||
|
|
||||||
|
# Vnclowpot service
|
||||||
|
vnclowpot:
|
||||||
|
container_name: vnclowpot
|
||||||
|
restart: always
|
||||||
|
networks:
|
||||||
|
- vnclowpot_local
|
||||||
|
ports:
|
||||||
|
- "5900:5900"
|
||||||
|
image: "dtagdevsec/vnclowpot:1706"
|
||||||
|
volumes:
|
||||||
|
- /data/vnclowpot/log:/var/log/vnclowpot
|
||||||
|
|
|
@ -9,6 +9,7 @@ networks:
|
||||||
ewsposter_local:
|
ewsposter_local:
|
||||||
glastopf_local:
|
glastopf_local:
|
||||||
mailoney_local:
|
mailoney_local:
|
||||||
|
vnclowpot_local:
|
||||||
|
|
||||||
services:
|
services:
|
||||||
|
|
||||||
|
@ -128,3 +129,15 @@ services:
|
||||||
image: "dtagdevsec/mailoney:1706"
|
image: "dtagdevsec/mailoney:1706"
|
||||||
volumes:
|
volumes:
|
||||||
- /data/mailoney/log:/opt/mailoney/logs
|
- /data/mailoney/log:/opt/mailoney/logs
|
||||||
|
|
||||||
|
# Vnclowpot service
|
||||||
|
vnclowpot:
|
||||||
|
container_name: vnclowpot
|
||||||
|
restart: always
|
||||||
|
networks:
|
||||||
|
- vnclowpot_local
|
||||||
|
ports:
|
||||||
|
- "5900:5900"
|
||||||
|
image: "dtagdevsec/vnclowpot:1706"
|
||||||
|
volumes:
|
||||||
|
- /data/vnclowpot/log:/var/log/vnclowpot
|
||||||
|
|
|
@ -11,6 +11,7 @@ networks:
|
||||||
mailoney_local:
|
mailoney_local:
|
||||||
spiderfoot_local:
|
spiderfoot_local:
|
||||||
ui-for-docker_local:
|
ui-for-docker_local:
|
||||||
|
vnclowpot_local:
|
||||||
|
|
||||||
services:
|
services:
|
||||||
|
|
||||||
|
@ -256,3 +257,14 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
- /data/p0f/log:/var/log/p0f
|
- /data/p0f/log:/var/log/p0f
|
||||||
|
|
||||||
|
# Vnclowpot service
|
||||||
|
vnclowpot:
|
||||||
|
container_name: vnclowpot
|
||||||
|
restart: always
|
||||||
|
networks:
|
||||||
|
- vnclowpot_local
|
||||||
|
ports:
|
||||||
|
- "5900:5900"
|
||||||
|
image: "dtagdevsec/vnclowpot:1706"
|
||||||
|
volumes:
|
||||||
|
- /data/vnclowpot/log:/var/log/vnclowpot
|
||||||
|
|
Loading…
Reference in a new issue