add hpfeeds broker for testing

This commit is contained in:
Marco Ochse
2018-05-30 15:46:18 +00:00
parent 62b02a7500
commit fbc11fa12c
3 changed files with 61 additions and 0 deletions

View File

@ -0,0 +1,19 @@
### 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"