mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-04-28 19:28:50 +00:00
20 lines
324 B
YAML
20 lines
324 B
YAML
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
|