start working on glutton

This commit is contained in:
Marco Ochse
2018-04-13 18:22:49 +00:00
parent 13c56c6ea1
commit 83fbc3eee0
7 changed files with 172 additions and 5 deletions

View File

@ -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

View File

@ -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