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:
committed by
=Michael Hohn
parent
8df9673897
commit
bbb54caaf3
10
.gitignore
vendored
10
.gitignore
vendored
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user