-
Notifications
You must be signed in to change notification settings - Fork 119
Expand file tree
/
Copy pathdocker-compose.yaml
More file actions
27 lines (25 loc) · 976 Bytes
/
docker-compose.yaml
File metadata and controls
27 lines (25 loc) · 976 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
version: "3"
services:
tmail-backend:
image: linagora/tmail-backend:memory-1.0.16-rc2
container_name: tmail-backend
volumes:
- ./jwt_publickey:/root/conf/jwt_publickey
- ./jwt_privatekey:/root/conf/jwt_privatekey
- ./mailetcontainer.xml:/root/conf/mailetcontainer.xml
- ./imapserver.xml:/root/conf/imapserver.xml
- ./jmap.properties:/root/conf/jmap.properties
- ./deletedMessageVault.properties:/root/conf/deletedMessageVault.properties
- ./listeners.xml:/root/conf/listeners.xml
- ./linagora-ecosystem.properties:/root/conf/linagora-ecosystem.properties
- ./openpaas.properties:/root/conf/openpaas.properties
- ../provisioning/integration_test/provisioning.sh:/root/conf/integration_test/provisioning.sh
- ../provisioning/integration_test/eml:/root/conf/integration_test/eml
ports:
- "80:80"
environment:
- DOMAIN=example.com
networks:
- tmail
networks:
tmail: