aboutsummaryrefslogtreecommitdiffstats
path: root/docker-compose.yaml (follow)
Commit message (Collapse)AuthorAgeLines
* Rename package due to naming conflictGravatar Chris Lovering2022-11-05-1/+1
|
* Don't mount project root in docker-composeGravatar Chris Lovering2022-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 loopGravatar Chris Lovering2022-09-10-0/+18
|
* Clean Up Docker ConfigurationGravatar Hassan Abouelela2022-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]>