Make the dkim selector dynamic

it has to change with the adminLocation so that multiple cloudrons
can send out emails at the same time.
This commit is contained in:
Girish Ramakrishnan
2017-10-31 10:19:52 -07:00
parent 36534f6bb2
commit 8ede37a43d
6 changed files with 12 additions and 7 deletions

View File

@@ -18,7 +18,7 @@ exports = module.exports = {
'postgresql': { repo: 'cloudron/postgresql', tag: 'cloudron/postgresql:0.17.0' },
'mongodb': { repo: 'cloudron/mongodb', tag: 'cloudron/mongodb:0.13.0' },
'redis': { repo: 'cloudron/redis', tag: 'cloudron/redis:0.11.0' },
'mail': { repo: 'cloudron/mail', tag: 'cloudron/mail:0.38.1' },
'mail': { repo: 'cloudron/mail', tag: 'cloudron/mail:0.39.0' },
'graphite': { repo: 'cloudron/graphite', tag: 'cloudron/graphite:0.12.0' }
}
};