mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-04-29 11:48:52 +00:00
19 lines
270 B
YAML
19 lines
270 B
YAML
version: '2.3'
|
|
|
|
networks:
|
|
snare_local:
|
|
|
|
services:
|
|
|
|
# Snare service
|
|
snare:
|
|
build: .
|
|
container_name: snare
|
|
restart: always
|
|
stop_signal: SIGKILL
|
|
tty: true
|
|
networks:
|
|
- snare_local
|
|
ports:
|
|
- "80:80"
|
|
image: "dtagdevsec/snare:1804"
|