Pass relevant ENV VARs to application container
This commit is contained in:
parent
970919d0cc
commit
c0a4e7bebb
2 changed files with 26 additions and 0 deletions
|
@ -159,6 +159,10 @@
|
|||
}
|
||||
],
|
||||
"env": [
|
||||
{
|
||||
"name": "DATABASE_SERVICE_NAME",
|
||||
"value": "${DATABASE_SERVICE_NAME}"
|
||||
},
|
||||
{
|
||||
"name": "MONGODB_USER",
|
||||
"value": "${MONGODB_USER}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue