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

Update README with Docker setup instructions and clean up init-db script #190

Merged
merged 3 commits into from
Dec 2, 2024

Conversation

mayura-andrew
Copy link
Member

Purpose

The purpose of this PR is to fix #189

Goals

Update the Dockerfile to include necessary dependencies for database migration.
Create the new init-db.sh script to handle database initialization,and seeding.
Modify the docker-compose.yml file to run the init-db.sh script during container startup.

Approach

Updated and created required tasks.

Screenshots

Checklist

  • This PR doesn't commit any keys, passwords, tokens, usernames, or other secrets.
  • I have read and understood the development best practices guidelines ( http://bit.ly/sef-best-practices )
  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation

Related PRs

Test environment

Learning

@mayura-andrew mayura-andrew added bug Something isn't working documentation Improvements or additions to documentation backend A backend task labels Dec 1, 2024
README.md Outdated
Comment on lines 252 to 253


Copy link
Member

Choose a reason for hiding this comment

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

Suggested change

README.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
Copy link
Member

@anjula-sack anjula-sack left a comment

Choose a reason for hiding this comment

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

Thank you! @mayura-andrew

@anjula-sack anjula-sack merged commit d84047b into sef-global:development Dec 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend A backend task bug Something isn't working documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update Docker Setup to Include Data Migration
2 participants