Forum Discussion
melismirza
Jan 05, 2021Copper Contributor
Problem with running a web app for container for multiple containers
Hi, I am trying to create a web app (for containers) for my Django application which uses PostGreSql as its database. I have my own Azure Registry where I pushed my images. The configuration for th...
ibnmbodji
Jan 07, 2021Iron Contributor
Hi i'm wondering if it is not because of this :
The volumes option maps the file system to a directory within the container. ${WEBAPP_STORAGE_HOME} is an environment variable in App Service that is mapped to persistent storage for your app
Can you have a look on this page to be sure you have the valid volume mount declaration ?
Tutorial: Create a multi-container app - Azure App Service | Microsoft Docs