add infra_version.js
This commit is contained in:
21
src/infra_version.js
Normal file
21
src/infra_version.js
Normal file
@@ -0,0 +1,21 @@
|
||||
'use strict';
|
||||
|
||||
// WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING
|
||||
// These constants are used in the installer script as well
|
||||
// Do not require anything here!
|
||||
|
||||
exports = module.exports = {
|
||||
'version': 33,
|
||||
|
||||
'baseImage': 'cloudron/base:0.8.1',
|
||||
|
||||
'images': {
|
||||
'mysql': { repo: 'cloudron/mysql', tag: 'cloudron/mysql:0.11.0' },
|
||||
'postgresql': { repo: 'cloudron/postgresql', tag: 'cloudron/postgresql:0.10.0' },
|
||||
'mongodb': { repo: 'cloudron/mongodb', tag: 'cloudron/mongodb:0.9.0' },
|
||||
'redis': { repo: 'cloudron/redis', tag: 'cloudron/redis:0.8.0' },
|
||||
'mail': { repo: 'cloudron/mail', tag: 'cloudron/mail:0.13.0' },
|
||||
'graphite': { repo: 'cloudron/graphite', tag: 'cloudron/graphite:0.8.0' }
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user