yongjhih / docker-parse-server

Provide docker images and docker stack for parse-server npm versions and latest commit
https://hub.docker.com/r/yongjhih/parse-server/
Apache License 2.0
475 stars 166 forks source link

Facebook App ID #12

Closed alombard closed 8 years ago

alombard commented 8 years ago

Not sure if I missed this but would it be possible to add the Facebook App ID to your environmental variables for this image?

yongjhih commented 8 years ago

Yes, it would by the following command:

$ docker run -d                        \
             -e FACEBOOK_APP_IDS={fbAppId1,fbAppId2} \
             -e APP_ID={appId}         \
             -e MASTER_KEY={masterKey} \
             -p 1337:1337              \
             -p 2022:22                \
             --link mongo              \
             --name parse-server       \
             yongjhih/parse-server
alombard commented 8 years ago

Perfect - I'll give that a try. Thanks.

yongjhih commented 8 years ago

BTW, you could see more environmental variables in https://github.com/yongjhih/docker-parse-server/blob/master/docker-compose.yml .

alombard commented 8 years ago

Thanks again.  Perhaps this could be added to the ReadMe - it wasn’t clear to me in your samples without looking inside the Docker / Docker-Compose files themselves. 

On March 7, 2016 at 1:59:31 PM, Andrew Chen (notifications@github.com) wrote:

BTW, you could see more environmental variables in https://github.com/yongjhih/docker-parse-server/blob/master/docker-compose.yml .

— Reply to this email directly or view it on GitHub.