Move mail data out of box

This will help us with putting a size on box data

Mail container version is bumped because we want to recreate it

Part of #186
This commit is contained in:
Girish Ramakrishnan
2017-01-20 15:51:01 -08:00
parent 1eb33099af
commit d84666fb43
6 changed files with 26 additions and 16 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ exports = module.exports = {
'postgresql': { repo: 'cloudron/postgresql', tag: 'cloudron/postgresql:0.15.0' },
'mongodb': { repo: 'cloudron/mongodb', tag: 'cloudron/mongodb:0.11.0' },
'redis': { repo: 'cloudron/redis', tag: 'cloudron/redis:0.10.0' },
'mail': { repo: 'cloudron/mail', tag: 'cloudron/mail:0.27.0' },
'mail': { repo: 'cloudron/mail', tag: 'cloudron/mail:0.28.0' },
'graphite': { repo: 'cloudron/graphite', tag: 'cloudron/graphite:0.10.0' }
}
};