aboutsummaryrefslogtreecommitdiffstats
path: root/docker-compose.yaml (follow)
Commit message (Collapse)AuthorAgeLines
* Fix site startup command used in docker-compose.yml (#238)Gravatar wookie1842024-06-13-1/+1
| | | Needed as entrypoint was changed in python-discord/site#1338
* Bump postgres to 16 in dev botGravatar Chris Lovering2023-11-27-1/+1
| | | | This is needed for a postgres 15 only feature now used on site
* Simplify docker-compose volumesGravatar Chris Lovering2022-12-11-3/+2
| | | | This is fine to do now, since we set POETRY_VIRTUALENVS_IN_PROJECT=false in python-poetry-base
* 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]>