Pass relevant ENV VARs to application container

This commit is contained in:
Rodolfo Carvalho 2015-06-19 11:22:02 +02:00
parent 970919d0cc
commit c0a4e7bebb
2 changed files with 26 additions and 0 deletions

View file

@ -159,6 +159,10 @@
}
],
"env": [
{
"name": "DATABASE_SERVICE_NAME",
"value": "${DATABASE_SERVICE_NAME}"
},
{
"name": "MONGODB_USER",
"value": "${MONGODB_USER}"