Azure container instances: postgres container failing silently

I’ve been trying to deploy the Datalore container set to Azure via docker compose and azure container instances. I successfully modified the docker-compose.yaml to meet azure’s needs for volume mounting. However, even though the deployment seems successful, the psql container just restarts over and over again without ever logging anything.

I’m not really sure where to go from here, I tried making a third volume just for the db in case it didn’t want to share, but to no avail.

normally I would follow the errors, but I’m not getting any errors so any suggestions would help tremendously!

TIA