2018-05-07 20:25:00 +00:00
|
|
|
version: '2.3'
|
2018-03-25 18:35:32 +00:00
|
|
|
|
|
|
|
networks:
|
|
|
|
heralding_local:
|
|
|
|
|
|
|
|
services:
|
|
|
|
|
|
|
|
# Heralding service
|
|
|
|
heralding:
|
|
|
|
build: .
|
|
|
|
container_name: heralding
|
|
|
|
restart: always
|
2018-03-31 21:44:11 +00:00
|
|
|
tmpfs:
|
2018-05-07 20:25:00 +00:00
|
|
|
- /tmp/heralding:uid=2000,gid=2000
|
2018-03-25 18:35:32 +00:00
|
|
|
networks:
|
|
|
|
- heralding_local
|
|
|
|
ports:
|
|
|
|
- "21:21"
|
|
|
|
- "22:22"
|
|
|
|
- "23:23"
|
|
|
|
- "25:25"
|
|
|
|
- "80:80"
|
|
|
|
- "110:110"
|
|
|
|
- "143:143"
|
2018-05-07 20:25:00 +00:00
|
|
|
- "443:443"
|
2021-02-16 16:59:17 +00:00
|
|
|
- "465:465"
|
2018-03-25 18:35:32 +00:00
|
|
|
- "993:993"
|
|
|
|
- "995:995"
|
2019-03-27 13:39:23 +00:00
|
|
|
- "1080:1080"
|
2019-10-16 14:46:58 +00:00
|
|
|
- "3306:3306"
|
|
|
|
- "3389:3389"
|
2018-03-25 18:35:32 +00:00
|
|
|
- "5432:5432"
|
|
|
|
- "5900:5900"
|
2021-10-01 14:32:24 +00:00
|
|
|
image: "dtagdevsec/heralding:2006"
|
2018-03-31 21:44:11 +00:00
|
|
|
read_only: true
|
2018-03-25 18:35:32 +00:00
|
|
|
volumes:
|
|
|
|
- /data/heralding/log:/var/log/heralding
|