-
Notifications
You must be signed in to change notification settings - Fork 13
WIP: Fix dev setup documentation #65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: v5-develop
Are you sure you want to change the base?
Conversation
…ally, remove lock safely
|
I know it's WIP, but changes are looking good. Thanks for your help! |
| - podverse_local_network | ||
| volumes: | ||
| - podverse_local_db_data:/var/lib/postgresql/data | ||
| - podverse_local_db_data:/var/lib/postgresql |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|
Thanks @mitchdowney. I got everything to run locally. Just one more thing: in order to get the dummy data I had to sign up to Podcast Index and paste the keys on the env files of podverse-qa and podverse-workers (in order to run the Also I did have to change some of the values on the podverse-api's env file for it to connect to postgres successfully. Other than that everything worked :) |
This PR introduces some enhancements to the dev setup process: