Skip to content
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

Some improvements to the dev experience #865

Merged
merged 4 commits into from
Aug 1, 2024
Merged

Some improvements to the dev experience #865

merged 4 commits into from
Aug 1, 2024

Conversation

Yrob
Copy link
Contributor

@Yrob Yrob commented Aug 1, 2024

  • Fix the startup order in the compose file, so the application does not start before database and redis are ready.
  • Add mock data option to compose file. Use the MOCK_DATA´ env variable to fill the local db with mock data.
  • Unset allowed opener header so auth callback works again
  • Update install instructions in Readme

Yrob added 4 commits August 1, 2024 14:51
Database container health check did not work.
web container was not waiting for redis.
Add a configuration to the compose file that fills the database with mock data.
Copy link
Contributor

@barrydaniels-nl barrydaniels-nl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice!

@Yrob Yrob merged commit 8053ca2 into master Aug 1, 2024
6 checks passed
@Yrob Yrob deleted the yrob/mock_data branch August 1, 2024 14:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants