mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-04-28 19:28:50 +00:00

Remove Elasticsearch-Curator in packages, configs and references (BREAKING CHANGE) Add Index Lifecycle Management in favor of elasticsearch-curator Point all images to 2203 tags
22 lines
418 B
YAML
22 lines
418 B
YAML
version: '2.3'
|
|
|
|
networks:
|
|
adbhoney_local:
|
|
|
|
services:
|
|
|
|
# Adbhoney service
|
|
adbhoney:
|
|
build: .
|
|
container_name: adbhoney
|
|
restart: always
|
|
networks:
|
|
- adbhoney_local
|
|
ports:
|
|
- "5555:5555"
|
|
# image: "dtagdevsec/adbhoney:2203"
|
|
image: "dtagdevsec/adbhoney:2203"
|
|
read_only: true
|
|
volumes:
|
|
- /data/adbhoney/log:/opt/adbhoney/log
|
|
- /data/adbhoney/downloads:/opt/adbhoney/dl
|