zodern on master
Update insecure deps v1.5.10 (compare)
zodern on master
Fix shared Nginx config path Merge pull request #1335 from s… (compare)
Error response from daemon: Dockerfile parse error line 13: ARG requires exactly one argument
hooks": {
"post.mongo.start" (api)
{
const config = api.getConfig();
console.log(config);
}
}
mup
CLI, or is there an accepted way to do this? I mainly want to keep nginx
up to date without interfering with the normal mup process, so I've been avoiding manually updating the image.
Hi - in need of assistance - been using mup for 4+ years. Love it.
But I'm completely at a loss as to why I'm getting a 503 Service Temporarily Unavailable
. (Am trying to re-release an existing working app to a new Digital Ocean droplet)
mup status
looks like everything has deployed perfectly. Any suggestions?
Meteor version 1.8.2.
image: 'zodern/meteor:root'.
meteor build
(2.2.x) for some reason is generating a bundle/programs/server/package.json
with "source-map-support": "https://github.com/meteor/node-source-map-support/tarball/1912478769d76e5df4c365e147f25896aee6375e"
instead of package version, editing it to "source-map-support": "0.5.20"
workaround the issue.
so you need one token per domain and switch the auth params depending on your url ?
Well when I call Meteor.loginWithGoogle it creates redirect_url to the domain set in ROOT_URL
And looks like it is set here https://github.com/meteor/meteor/blob/4c293d329c9c24acd0c001afad6bcb6d2a4932d0/packages/oauth/oauth_common.js#L3
so you can't redirect to another domain