testing honeysap

This commit is contained in:
t3chn0m4g3
2020-03-12 16:02:43 +00:00
parent 5319c548ad
commit 2201e072f6
5 changed files with 183 additions and 0 deletions

View File

@ -0,0 +1,20 @@
version: '2.3'
networks:
honeysap_local:
services:
# HoneySAP service
honeysap:
build: .
container_name: honeysap
restart: always
networks:
- honeysap_local
ports:
- "3299:3299"
- "8001:8001"
image: "dtagdevsec/honeysap:2006"
volumes:
- /data/honeysap/log:/opt/honeysap/log