Added a docker-compose.yml file that deploys a PostgreSQL17 database and a .env.template file.#7
Merged
TemplarBrotherKnight merged 5 commits intoVUTP-University:masterfrom Jan 13, 2026
Conversation
…and a .env.template file
karastoyanov
requested changes
Jan 13, 2026
Contributor
karastoyanov
left a comment
There was a problem hiding this comment.
Overall is fine, just small remarks.
karastoyanov
approved these changes
Jan 13, 2026
rayapetkova
approved these changes
Jan 13, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I added a docker-compose.yml file that deploys a PostgeSQL17 database, it has volumes, network for database isolation (I think) and a timezone configuration for Europe/Sofia.
Closes:[Feature] Setup Postgres:17 Database via Docker compose #5
3.Testing
I "docker-compose up -d"'d in the terminal and it created the container.
4.Learning Reflection
Q: What did you learn while working on this PR?
A: I learned what most of the parts of the docker-compose.yml file are. Not 100%. I also learned what the purpose of the .env.template file is.
Q: What challenges did you face?
A: Everything was a challenge. Except maybe forking the main repo and all that. All of this is very new to me and I do not know where I am.
Q:What would you do differently next time?
A: Do it for less than 5 hours ideally.