mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-05-13 11:48:09 +00:00
switch to new nginx, heimdall, landing page in nextgen
This commit is contained in:
parent
33222a92b6
commit
a3e0c51493
1 changed files with 14 additions and 2 deletions
|
@ -562,22 +562,34 @@ services:
|
||||||
nginx:
|
nginx:
|
||||||
container_name: nginx
|
container_name: nginx
|
||||||
restart: always
|
restart: always
|
||||||
|
environment:
|
||||||
|
### If set to YES all changes within Heimdall will remain for the next start
|
||||||
|
### Make sure to uncomment the corresponding volume statements below, or the setting will prevent a successful start of T-Pot.
|
||||||
|
- HEIMDALL_PERSIST=NO
|
||||||
tmpfs:
|
tmpfs:
|
||||||
- /var/tmp/nginx/client_body
|
- /var/tmp/nginx/client_body
|
||||||
- /var/tmp/nginx/proxy
|
- /var/tmp/nginx/proxy
|
||||||
- /var/tmp/nginx/fastcgi
|
- /var/tmp/nginx/fastcgi
|
||||||
- /var/tmp/nginx/uwsgi
|
- /var/tmp/nginx/uwsgi
|
||||||
- /var/tmp/nginx/scgi
|
- /var/tmp/nginx/scgi
|
||||||
- /run
|
- /run
|
||||||
|
- /var/log/php7/
|
||||||
|
- /var/lib/nginx/tmp:uid=100,gid=82
|
||||||
|
- /var/lib/nginx/html/storage/logs:uid=100,gid=82
|
||||||
|
- /var/lib/nginx/html/storage/framework/views:uid=100,gid=82
|
||||||
network_mode: "host"
|
network_mode: "host"
|
||||||
ports:
|
ports:
|
||||||
- "64297:64297"
|
- "64297:64297"
|
||||||
image: "dtagdevsec/nginx:1903"
|
- "127.0.0.1:64304:64304"
|
||||||
|
image: "dtagdevsec/nginx:2006"
|
||||||
read_only: true
|
read_only: true
|
||||||
volumes:
|
volumes:
|
||||||
- /data/nginx/cert/:/etc/nginx/cert/:ro
|
- /data/nginx/cert/:/etc/nginx/cert/:ro
|
||||||
- /data/nginx/conf/nginxpasswd:/etc/nginx/nginxpasswd:ro
|
- /data/nginx/conf/nginxpasswd:/etc/nginx/nginxpasswd:ro
|
||||||
- /data/nginx/log/:/var/log/nginx/
|
- /data/nginx/log/:/var/log/nginx/
|
||||||
|
### Enable the following volumes if you set HEIMDALL_PERSIST=YES
|
||||||
|
# - /data/nginx/heimdall/database:/var/lib/nginx/html/database
|
||||||
|
# - /data/nginx/heimdall/storage:/var/lib/nginx/html/storage
|
||||||
|
|
||||||
# Spiderfoot service
|
# Spiderfoot service
|
||||||
spiderfoot:
|
spiderfoot:
|
||||||
|
|
Loading…
Reference in a new issue