Skip to content

Commit

Permalink
set newer docker image for Meteor 1.6.1 and ignore local mup files
Browse files Browse the repository at this point in the history
  • Loading branch information
lmachens committed Feb 27, 2018
1 parent 854a303 commit f975612
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
node_modules
custom.bootstrap.less
custom.bootstrap.mixins.import.less
custom.bootstrap.mixins.import.less
mup.js
settings.json
2 changes: 1 addition & 1 deletion mup-placeholder.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ module.exports = {
MONGO_OPLOG_URL: 'mongodb://mongodb/local'
},
docker: {
image: 'abernix/meteord:node-8.4.0-base',
image: 'abernix/meteord:node-8.9.3-base',
args: [
'-p 11011:11011', // Open up the engine port
'--log-driver json-file', // Without these the Docker log file for Mongo will exhaust disk space
Expand Down
3 changes: 3 additions & 0 deletions settings-placeholder.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"metricsLifetime": 604800000
}
3 changes: 0 additions & 3 deletions settings.json

This file was deleted.

0 comments on commit f975612

Please sign in to comment.