mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 01:27:27 -04:00
start including hellpot
This commit is contained in:
20
docker/hellpot/docker-compose.yml
Normal file
20
docker/hellpot/docker-compose.yml
Normal file
@ -0,0 +1,20 @@
|
||||
version: '2.3'
|
||||
|
||||
networks:
|
||||
hellpot_local:
|
||||
|
||||
services:
|
||||
|
||||
# hellpot service
|
||||
hellpot:
|
||||
build: .
|
||||
container_name: hellpot
|
||||
restart: always
|
||||
networks:
|
||||
- hellpot_local
|
||||
ports:
|
||||
- "80:8080"
|
||||
image: "dtagdevsec/hellpot:2006"
|
||||
read_only: true
|
||||
volumes:
|
||||
- /data/hellpot/log:/var/log/hellpot
|
Reference in New Issue
Block a user