mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-05-13 03:39:27 +00:00
remove snare, tanner from nextgen
This commit is contained in:
parent
dd7fb325b6
commit
8285657e5d
1 changed files with 0 additions and 38 deletions
|
@ -418,44 +418,6 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
- /data/redishoneypot/log:/var/log/redishoneypot
|
- /data/redishoneypot/log:/var/log/redishoneypot
|
||||||
|
|
||||||
#### Snare / Tanner
|
|
||||||
## Tanner Redis Service
|
|
||||||
tanner_redis:
|
|
||||||
container_name: tanner_redis
|
|
||||||
restart: always
|
|
||||||
tty: true
|
|
||||||
networks:
|
|
||||||
- tanner_local
|
|
||||||
image: "dtagdevsec/redis:2006"
|
|
||||||
read_only: true
|
|
||||||
|
|
||||||
## PHP Sandbox service
|
|
||||||
tanner_phpox:
|
|
||||||
container_name: tanner_phpox
|
|
||||||
restart: always
|
|
||||||
tty: true
|
|
||||||
networks:
|
|
||||||
- tanner_local
|
|
||||||
image: "dtagdevsec/phpox:2006"
|
|
||||||
read_only: true
|
|
||||||
|
|
||||||
## Tanner API Service
|
|
||||||
tanner_api:
|
|
||||||
container_name: tanner_api
|
|
||||||
restart: always
|
|
||||||
tmpfs:
|
|
||||||
- /tmp/tanner:uid=2000,gid=2000
|
|
||||||
tty: true
|
|
||||||
networks:
|
|
||||||
- tanner_local
|
|
||||||
image: "dtagdevsec/tanner:2006"
|
|
||||||
read_only: true
|
|
||||||
volumes:
|
|
||||||
- /data/tanner/log:/var/log/tanner
|
|
||||||
command: tannerapi
|
|
||||||
depends_on:
|
|
||||||
- tanner_redis
|
|
||||||
|
|
||||||
# Hellpot service
|
# Hellpot service
|
||||||
hellpot:
|
hellpot:
|
||||||
container_name: hellpot
|
container_name: hellpot
|
||||||
|
|
Loading…
Reference in a new issue