mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-05-05 06:38:51 +00:00

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
18 lines
368 B
YAML
18 lines
368 B
YAML
version: '3.9'
|
|
|
|
services:
|
|
|
|
# T-Pot Init Service
|
|
tpotinit:
|
|
build: .
|
|
container_name: tpotinit
|
|
env_file:
|
|
- $HOME/tpotce/.env
|
|
restart: "no"
|
|
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
|