| Commit message (Collapse) | Author | Age | Lines | |
|---|---|---|---|---|
| * | Rename package due to naming conflict | 2022-11-05 | -1/+1 | |
| | | ||||
| * | Don't mount project root in docker-compose | 2022-09-11 | -2/+3 | |
| | | | | | Now that we are using in-project venvs, mounting the entire project root would cause the host's venv to overwrite the image's if present. | |||
| * | Add metricity to docker-compose so web doesn't crash loop | 2022-09-10 | -0/+18 | |
| | | ||||
| * | Clean Up Docker Configuration | 2022-07-23 | -0/+61 | |
| Rewrites the docker configuration to better work for this project. A docker compose containing the dependencies from our other projects is also included to help aid development. Signed-off-by: Hassan Abouelela <[email protected]> | ||||