- Set up the minio ql db - Use bind mounts in docker compose to get persistence - Populate the ql db with the sample DBs
16 lines
206 B
Plaintext
16 lines
206 B
Plaintext
# Files created by agents at run-time
|
|
cmd/server/var/
|
|
|
|
# vscode project dir
|
|
.vscode/
|
|
|
|
# Compiled binary
|
|
cmd/server/server
|
|
|
|
# host storage for container
|
|
minio-data/
|
|
postgres-data/
|
|
|
|
# Scratch space
|
|
scratch/
|