1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2024-12-12 10:45:14 +02:00

[Compose] Remove dedicated index (wip)

This commit is contained in:
andryyy 2018-11-12 21:01:24 +01:00
parent d533c02c13
commit 270be16ca7

View File

@ -171,7 +171,6 @@ services:
- ./data/conf/sogo/:/etc/sogo/
- vmail-vol-1:/var/vmail
- vmail-attachments-vol-1:/var/attachments
- vmail-index-vol-1:/var/indexes
- crypt-vol-1:/mail_crypt/
- ./data/conf/rspamd/custom/:/etc/rspamd/custom
- rspamd-vol-1:/var/lib/rspamd
@ -413,8 +412,6 @@ volumes:
vmail-vol-1:
# Storage for attachments (deduplicated)
vmail-attachments-vol-1:
# Storage for index files
vmail-index-vol-1:
mysql-vol-1:
mysql-socket-vol-1:
redis-vol-1: