Configure Docker
Closed this issue · 0 comments
LilliDarling commented
Main goal:
Set up docker files. I will need to utilize a virtual environment first in order to get the correct dependencies installed for the project. I will also need to make sure the I have my environment file ready to go so that I can keep things secure throughout the project as I push to git.
To test:
Run docker compose up -d --build
in the terminal and make sure the containers are connecting properly.
Ready to close:
- Up to date with main
- Containers run smoothly and have no log errors
- All comments and print statements are removed