Closed occasl closed 7 years ago
I see ipeople-meteor_1 | => Starting app on port 3000...
in there. Are you sure it's not running?
Also, do you have the latest versions of docker and docker-compose? That error at the beginning sounds like you may not.
How did you add your settings.json to METEOR_SETTINGS
?
I also see the mongo client in your app connecting to the db (last 2 lines)
2017-09-12T13:37:30.336+0000 I NETWORK [thread1] connection accepted from 172.20.0.3:57444 #1 (1 connection now open)
2017-09-12T13:37:30.342+0000 I NETWORK [conn1] received client metadata from 172.20.0.3:57444 conn1: { driver: { name: "nodejs", version: "2.2.24" }, os: { type: "Linux", name: "linux", architecture: "x64", version: "4.9.41-moby" }, platform: "Node.js v4.8.4, LE, mongodb-core: 2.1.8" }
I got it working. Thanks for looking.
I'm attempting to use docker-compose to start my meteor app from the docker image created by meteor-launchpad (which builds fine). I see Mongo come up but meteor doesn't appear to fully initialize. I can run
meteor run --settings settings.json
on the project no problem but the image won't start. I think it has to do with thesettings.json
but I added it as ENVAR and included it in the compose, so not sure what else to try.My docker-compose.yml:
My logs are showing: