Skip to content
Discussion options

You must be logged in to vote

I believe it's so you don't have to install and configure postgres locally. So the db is run in docker for development only. The web is still run manually from the command line: npm run dev

I don't believe fly uses the postgres docker image when deployed to production. It uses its own postgres server that you configure as part of your fly app. It creates its own docker image for the web app and runs npm run start

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by amirhhashemi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants