mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-01 12:32:12 +00:00
tweaking heimdall, read only for now
This commit is contained in:
parent
2d16a9c9f6
commit
8b19228d99
1 changed files with 12 additions and 8 deletions
|
@ -7,19 +7,23 @@ services:
|
|||
build: .
|
||||
container_name: nginx
|
||||
restart: always
|
||||
# tmpfs:
|
||||
# - /var/tmp/nginx/client_body
|
||||
# - /var/tmp/nginx/proxy
|
||||
# - /var/tmp/nginx/fastcgi
|
||||
# - /var/tmp/nginx/uwsgi
|
||||
# - /var/tmp/nginx/scgi
|
||||
# - /run
|
||||
tmpfs:
|
||||
- /var/tmp/nginx/client_body
|
||||
- /var/tmp/nginx/proxy
|
||||
- /var/tmp/nginx/fastcgi
|
||||
- /var/tmp/nginx/uwsgi
|
||||
- /var/tmp/nginx/scgi
|
||||
- /run
|
||||
- /var/log/php7/
|
||||
- /var/lib/nginx/tmp/
|
||||
- /var/lib/nginx/html/storage/logs:uid=100,gid=82
|
||||
- /var/lib/nginx/html/storage/framework/views:uid=100,gid=82
|
||||
network_mode: "host"
|
||||
ports:
|
||||
- "64297:64297"
|
||||
- "127.0.0.1:64304:64304"
|
||||
image: "dtagdevsec/nginx:1903"
|
||||
# read_only: true
|
||||
read_only: true
|
||||
volumes:
|
||||
- /data/nginx/cert/:/etc/nginx/cert/:ro
|
||||
- /data/nginx/conf/nginxpasswd:/etc/nginx/nginxpasswd:ro
|
||||
|
|
Loading…
Reference in a new issue