mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-01 20:42:11 +00:00
adjust editions for new nginx
This commit is contained in:
parent
e6f392a098
commit
a51744988f
9 changed files with 17 additions and 107 deletions
|
@ -7,10 +7,6 @@ services:
|
||||||
build: .
|
build: .
|
||||||
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
|
||||||
|
@ -18,20 +14,14 @@ services:
|
||||||
- /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/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"
|
||||||
- "127.0.0.1:64304:64304"
|
- "127.0.0.1:64304:64304"
|
||||||
image: "dtagdevsec/nginx:2203"
|
image: "dtagdevsec/nginx:2203"
|
||||||
#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
|
|
||||||
|
|
|
@ -201,10 +201,6 @@ 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
|
||||||
|
@ -212,10 +208,7 @@ services:
|
||||||
- /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/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"
|
||||||
|
@ -226,9 +219,6 @@ services:
|
||||||
- /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:
|
||||||
|
|
|
@ -80,10 +80,6 @@ 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
|
||||||
|
@ -91,10 +87,7 @@ services:
|
||||||
- /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/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"
|
||||||
|
@ -105,9 +98,6 @@ services:
|
||||||
- /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:
|
||||||
|
|
|
@ -408,10 +408,6 @@ 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
|
||||||
|
@ -419,10 +415,7 @@ services:
|
||||||
- /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/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"
|
||||||
|
@ -433,9 +426,6 @@ services:
|
||||||
- /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:
|
||||||
|
|
|
@ -191,10 +191,6 @@ 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
|
||||||
|
@ -202,10 +198,7 @@ services:
|
||||||
- /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/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"
|
||||||
|
@ -216,9 +209,6 @@ services:
|
||||||
- /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:
|
||||||
|
|
|
@ -185,10 +185,6 @@ 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
|
||||||
|
@ -196,10 +192,7 @@ services:
|
||||||
- /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/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"
|
||||||
|
@ -210,9 +203,6 @@ services:
|
||||||
- /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:
|
||||||
|
|
|
@ -210,10 +210,6 @@ 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
|
||||||
|
@ -221,10 +217,7 @@ services:
|
||||||
- /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/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"
|
||||||
|
@ -235,9 +228,6 @@ services:
|
||||||
- /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:
|
||||||
|
|
|
@ -551,10 +551,6 @@ 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
|
||||||
|
@ -562,10 +558,7 @@ services:
|
||||||
- /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/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"
|
||||||
|
@ -576,9 +569,6 @@ services:
|
||||||
- /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:
|
||||||
|
|
|
@ -584,10 +584,6 @@ 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
|
||||||
|
@ -595,10 +591,7 @@ services:
|
||||||
- /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/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"
|
||||||
|
@ -609,9 +602,6 @@ services:
|
||||||
- /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