mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-04-19 21:52:27 +00:00
20 lines
341 B
YAML
20 lines
341 B
YAML
![]() |
### This is only for testing purposes, do NOT use for production
|
||
|
version: '2.3'
|
||
|
|
||
|
networks:
|
||
|
hpfeeds_local:
|
||
|
|
||
|
services:
|
||
|
|
||
|
# hpfeeds service
|
||
|
hpfeeds:
|
||
|
build: .
|
||
|
container_name: hpfeeds
|
||
|
restart: always
|
||
|
stop_signal: SIGKILL
|
||
|
networks:
|
||
|
- hpfeeds_local
|
||
|
ports:
|
||
|
- "20000:20000"
|
||
|
image: "dtagdevsec/hpfeeds:latest"
|