mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 01:27:27 -04:00
prep for 18.04
This commit is contained in:
30
docker/heralding/docker-compose.yml
Normal file
30
docker/heralding/docker-compose.yml
Normal file
@ -0,0 +1,30 @@
|
||||
version: '2.2'
|
||||
|
||||
networks:
|
||||
heralding_local:
|
||||
|
||||
services:
|
||||
|
||||
# Heralding service
|
||||
heralding:
|
||||
build: .
|
||||
container_name: heralding
|
||||
restart: always
|
||||
networks:
|
||||
- heralding_local
|
||||
ports:
|
||||
- "21:21"
|
||||
- "22:22"
|
||||
- "23:23"
|
||||
- "25:25"
|
||||
- "80:80"
|
||||
- "110:110"
|
||||
- "143:143"
|
||||
- "443:443"
|
||||
- "993:993"
|
||||
- "995:995"
|
||||
- "5432:5432"
|
||||
- "5900:5900"
|
||||
image: "dtagdevsec/heralding:1804"
|
||||
volumes:
|
||||
- /data/heralding/log:/var/log/heralding
|
Reference in New Issue
Block a user