feat: storage abstraction (fs volume default | s3), health via storageOk
This commit is contained in:
+5
-1
@@ -3,7 +3,11 @@
|
||||
# Datenbank (Postgres)
|
||||
DATABASE_URL=postgres://klarbild:CHANGEME@klarbild-db:5432/klarbild
|
||||
|
||||
# Objektspeicher (S3-kompatibel, z. B. MinIO)
|
||||
# Objektspeicher: fs (Volume, Default) oder s3 (MinIO)
|
||||
STORAGE_DRIVER=fs
|
||||
STORAGE_DIR=/data
|
||||
|
||||
# Nur bei STORAGE_DRIVER=s3 (MinIO):
|
||||
S3_ENDPOINT=http://klarbild-minio:9000
|
||||
S3_REGION=us-east-1
|
||||
S3_BUCKET=klarbild
|
||||
|
||||
Reference in New Issue
Block a user