mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 01:27:27 -04:00
start working on glutton
This commit is contained in:
@ -88,6 +88,10 @@ services:
|
||||
heralding:
|
||||
container_name: heralding
|
||||
restart: always
|
||||
environment:
|
||||
- PYTHON_EGG_CACHE=/tmp/heralding
|
||||
tmpfs:
|
||||
- /tmp/heralding:exec
|
||||
networks:
|
||||
- heralding_local
|
||||
ports:
|
||||
@ -104,6 +108,7 @@ services:
|
||||
- "5432:5432"
|
||||
- "5900:5900"
|
||||
image: "dtagdevsec/heralding:1804"
|
||||
read_only: true
|
||||
volumes:
|
||||
- /data/heralding/log:/var/log/heralding
|
||||
|
||||
@ -157,8 +162,8 @@ services:
|
||||
image: "dtagdevsec/nginx:1804"
|
||||
read_only: true
|
||||
volumes:
|
||||
- /data/nginx/cert/:/etc/nginx/cert/
|
||||
- /data/nginx/conf/nginxpasswd:/etc/nginx/nginxpasswd
|
||||
- /data/nginx/cert/:/etc/nginx/cert/:ro
|
||||
- /data/nginx/conf/nginxpasswd:/etc/nginx/nginxpasswd:ro
|
||||
- /data/nginx/log/:/var/log/nginx/
|
||||
|
||||
# Spiderfoot service
|
||||
|
@ -173,12 +173,17 @@ services:
|
||||
# Glastopf service
|
||||
glastopf:
|
||||
container_name: glastopf
|
||||
environment:
|
||||
- PYTHON_EGG_CACHE=/tmp/glastopf
|
||||
tmpfs:
|
||||
- /tmp/glastopf:exec
|
||||
restart: always
|
||||
networks:
|
||||
- glastopf_local
|
||||
ports:
|
||||
- "80:80"
|
||||
image: "dtagdevsec/glastopf:1804"
|
||||
read_only: true
|
||||
volumes:
|
||||
- /data/glastopf/db:/opt/glastopf/db
|
||||
- /data/glastopf/log:/opt/glastopf/log
|
||||
@ -205,6 +210,7 @@ services:
|
||||
ports:
|
||||
- "25:2525"
|
||||
image: "dtagdevsec/mailoney:1804"
|
||||
read_only: true
|
||||
volumes:
|
||||
- /data/mailoney/log:/opt/mailoney/logs
|
||||
|
||||
@ -245,8 +251,8 @@ services:
|
||||
image: "dtagdevsec/nginx:1804"
|
||||
read_only: true
|
||||
volumes:
|
||||
- /data/nginx/cert/:/etc/nginx/cert/
|
||||
- /data/nginx/conf/nginxpasswd:/etc/nginx/nginxpasswd
|
||||
- /data/nginx/cert/:/etc/nginx/cert/:ro
|
||||
- /data/nginx/conf/nginxpasswd:/etc/nginx/nginxpasswd:ro
|
||||
- /data/nginx/log/:/var/log/nginx/
|
||||
|
||||
# Rdpy service
|
||||
|
Reference in New Issue
Block a user