mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-04-19 21:52:27 +00:00
23 lines
409 B
YAML
23 lines
409 B
YAML
networks:
|
|
mailoney_local:
|
|
|
|
services:
|
|
|
|
# Mailoney service
|
|
mailoney:
|
|
build: .
|
|
container_name: mailoney
|
|
stdin_open: true
|
|
tty: true
|
|
restart: always
|
|
# cpu_count: 1
|
|
# cpus: 0.25
|
|
networks:
|
|
- mailoney_local
|
|
ports:
|
|
- "25:25"
|
|
- "587:25"
|
|
image: "dtagdevsec/mailoney:24.04"
|
|
read_only: true
|
|
volumes:
|
|
- $HOME/tpotce/data/mailoney/log:/opt/mailoney/logs
|