Set up the minio ql db

- Set up the minio ql db
- Use bind mounts in docker compose to get persistence
- Populate the ql db with the sample DBs
This commit is contained in:
Michael Hohn
2024-06-13 12:45:17 -07:00
committed by =Michael Hohn
parent 8df9673897
commit bbb54caaf3
4 changed files with 65 additions and 9 deletions

10
.gitignore vendored
View File

@@ -3,3 +3,13 @@ cmd/server/var/
# vscode project dir
.vscode/
# Compiled binary
cmd/server/server
# host storage for container
minio-data/
postgres-data/
# Scratch space
scratch/