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
482 B
YAML
26 lines
482 B
YAML
version: '2.3'
|
|
|
|
networks:
|
|
mailoney_local:
|
|
|
|
services:
|
|
|
|
# Mailoney service
|
|
mailoney:
|
|
build: .
|
|
container_name: mailoney
|
|
restart: always
|
|
environment:
|
|
- HPFEEDS_SERVER=
|
|
- HPFEEDS_IDENT=user
|
|
- HPFEEDS_SECRET=pass
|
|
- HPFEEDS_PORT=20000
|
|
- HPFEEDS_CHANNELPREFIX=prefix
|
|
networks:
|
|
- mailoney_local
|
|
ports:
|
|
- "25:25"
|
|
image: "dtagdevsec/mailoney:2203"
|
|
read_only: true
|
|
volumes:
|
|
- /data/mailoney/log:/opt/mailoney/logs
|