You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi
I am deploying hasura image on Azure within a Linux Docker container., I wanted to persist postgresql database across restarts.
I have set WEBSITES_ENABLE_APP_SERVICE_STORAGE to true, also update volumes part as below.
but it is not working.
please could anyone help me.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi
I am deploying hasura image on Azure within a Linux Docker container., I wanted to persist postgresql database across restarts.
I have set WEBSITES_ENABLE_APP_SERVICE_STORAGE to true, also update volumes part as below.
but it is not working.
please could anyone help me.
version: "3.6"
services:
postgres:
image: postgres:15
restart: always
volumes:
- ${WEBAPP_STORAGE_HOME}/newfile:/var/lib/postgresql/data
environment:
POSTGRES_PASSWORD: xxxxxxxxxxxx
................//graphql engine and data connector agent
volumes:
db_data:
Beta Was this translation helpful? Give feedback.
All reactions