Skip to content

Commit f975612

Browse files
committed
set newer docker image for Meteor 1.6.1 and ignore local mup files
1 parent 854a303 commit f975612

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

.gitignore

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
node_modules
22
custom.bootstrap.less
3-
custom.bootstrap.mixins.import.less
3+
custom.bootstrap.mixins.import.less
4+
mup.js
5+
settings.json

mup-placeholder.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ module.exports = {
2323
MONGO_OPLOG_URL: 'mongodb://mongodb/local'
2424
},
2525
docker: {
26-
image: 'abernix/meteord:node-8.4.0-base',
26+
image: 'abernix/meteord:node-8.9.3-base',
2727
args: [
2828
'-p 11011:11011', // Open up the engine port
2929
'--log-driver json-file', // Without these the Docker log file for Mongo will exhaust disk space

settings-placeholder.json

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"metricsLifetime": 604800000
3+
}

settings.json

-3
This file was deleted.

0 commit comments

Comments
 (0)