tweaking honeysap, rdpy, editions, installer

move honeysap, rdpy to deprecated as currently no Py3 version available
remove honeysap, rdpy from editions
adjust installer for running on ARM64 (post-install)
This commit is contained in:
t3chn0m4g3
2022-01-31 16:59:36 +00:00
parent 778c6c6a70
commit b37178ba98
17 changed files with 3 additions and 178 deletions

View File

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