summaryrefslogtreecommitdiff
path: root/docker/dev/docker-compose.yaml
AgeCommit message (Collapse)Author
2025-01-26Add basic git supportJoel Klinghed
Pushing a commit to a new branch creates a review. Each project has its own git directory, with githooks installed that talkes with server process via unix sockets.
2025-01-04Add docker compose for developmentJoel Klinghed
As both compiling, tests and well, running, needs mariadb setup add a docker image for it. Also prepare for ldap support by adding a openldap image as well. Included .env as well, used by sqlx when compiling query!.