@rob.sharp I’ve not used Hasura before but a quick look at their docs and source code seems to indicate a slightly easier configuration mechanism is available to you here. I’m assuming that you are using the pre-built hasura docker file as a service here… But setting up your service in convox.yml roughly like this:
Should expand/interpolate the database URL when constructing the command for deployment and result in telling Hasura where the graphql-engine program needs to go to find its database.
Hi @rob.sharp,
We have a blog post to show how you can get Hasura up and working: https://convox.com/blog/hasura_deployment including a sample convox.yml !
You can name your resource as hasura_graphql_database and it will automatically work then