gitignore

This commit is contained in:
cupcakearmy 2022-02-05 23:23:34 +01:00
parent 3a80516401
commit 1d55be5596
No known key found for this signature in database
GPG Key ID: 3235314B4D31232F
2 changed files with 13 additions and 1 deletions

3
.gitignore vendored
View File

@ -3,10 +3,11 @@ dist
assets assets
*.tsbuildinfo *.tsbuildinfo
data data
.vscode
# Configs # Configs
morphus.* morphus.*
keyfile.json keyfile.json
# Keep # Keep
!docker/morphus.yaml !docker/**/morphus.yaml

11
docker/minio/morphus.yaml Normal file
View File

@ -0,0 +1,11 @@
logLevel: warn
allowedDomains:
- example.org
storage: minio
minio:
accessKey: minioadmin
secretKey: minioadmin
bucket: morphus
endpoint: http://localhost:9000