Self Hosting Convex Backend and Dashboard using Dockerfile instead of docker-compose
Is there a way to run the convex backend and dashboard using a single Dockerfile or two separate Dockerfiles instead of docker compose. The company I work for has a Dockerfile based deployment system. So I can either deploy dockerfiles separately or in one Dockerfile. Help on this would be greatly appreciated!
2 Replies
Thanks for posting in <#1088161997662724167>.
Reminder: If you have a Convex Pro account, use the Convex Dashboard to file support tickets.
- Provide context: What are you trying to achieve, what is the end-user interaction, what are you seeing? (full error message, command output, etc.)
- Use search.convex.dev to search Docs, Stack, and Discord all at once.
- Additionally, you can post your questions in the Convex Community's <#1228095053885476985> channel to receive a response from AI.
- Avoid tagging staff unless specifically instructed.
Thank you!
I was able to run it using a docker in docker file on GitHub codespaces. But the admin key won’t work and the error I get is invalid admin key or deployment URL. What could be the issue?