mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 01:27:27 -04:00
Adjust T-Pot config file, tpotinit
fix logrotate.conf path add tpotinit logging add support for LS_WEB_USER in tpot config (.env) make tpotinit always validate config / adjust users on tpotinit start
This commit is contained in:
@ -6,10 +6,13 @@ services:
|
||||
tpotinit:
|
||||
build: .
|
||||
container_name: tpotinit
|
||||
env_file:
|
||||
- $HOME/tpotce/.env
|
||||
restart: "no"
|
||||
image: "dtagdevsec/tpotinit:dev"
|
||||
# volumes:
|
||||
image: "ghcr.io/telekom-security/tpotinit:alpha"
|
||||
volumes:
|
||||
# - /var/run/docker.sock:/var/run/docker.sock:ro
|
||||
- $HOME/tpotce/data:/data
|
||||
network_mode: "host"
|
||||
cap_add:
|
||||
- NET_ADMIN
|
||||
|
Reference in New Issue
Block a user