-
Notifications
You must be signed in to change notification settings - Fork 110
Expand file tree
/
Copy pathdocker-compose.yml
More file actions
32 lines (30 loc) · 829 Bytes
/
docker-compose.yml
File metadata and controls
32 lines (30 loc) · 829 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
28
29
30
31
32
---
# Include all service definitions from separate files
include:
- deploy/compose/ssl.yaml
- deploy/compose/mta.yaml
- deploy/compose/mda.yaml
- deploy/compose/web.yaml
- deploy/compose/filter.yaml
- deploy/compose/fetchmail.yaml
- deploy/compose/unbound.yaml
- deploy/compose/db.yaml
- deploy/compose/redis.yaml
# If you want unhealthy containers to be restarted automatically
# just uncomment the following lines.
# services:
# autoheal:
# image: willfarrell/autoheal:latest
# restart: always
# networks: []
# volumes:
# - /var/run/docker.sock:/var/run/docker.sock:ro
# environment:
# - AUTOHEAL_CONTAINER_LABEL=de.ressourcenkonflikt.docker-mailserver.autoheal
volumes:
data-db:
data-mail:
data-tls:
data-filter:
data-redis:
data-spool: