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
26 lines
512 B
YAML
26 lines
512 B
YAML
version: '2.3'
|
|
|
|
networks:
|
|
ddospot_local:
|
|
|
|
services:
|
|
|
|
# Ddospot service
|
|
ddospot:
|
|
build: .
|
|
container_name: ddospot
|
|
restart: always
|
|
networks:
|
|
- ddospot_local
|
|
ports:
|
|
- "19:19/udp"
|
|
- "53:53/udp"
|
|
- "123:123/udp"
|
|
# - "161:161/udp"
|
|
- "1900:1900/udp"
|
|
image: "dtagdevsec/ddospot:2203"
|
|
read_only: true
|
|
volumes:
|
|
- /data/ddospot/log:/opt/ddospot/ddospot/logs
|
|
- /data/ddospot/bl:/opt/ddospot/ddospot/bl
|
|
- /data/ddospot/db:/opt/ddospot/ddospot/db
|