Fix Docker stack bootstrap

This commit is contained in:
curo1305
2026-06-16 15:35:06 +02:00
parent e97ca164d7
commit 3307282570
4 changed files with 63 additions and 7 deletions
+4 -4
View File
@@ -17,7 +17,7 @@ POSTGRES_PASSWORD=changeme_super
MINIO_ROOT_USER=minioadmin
MINIO_ROOT_PASSWORD=changeme_minio_root
MINIO_ENDPOINT=minio:9000
# App-level access key — minimal permissions on docuvault bucket only
# App-level access key. docker-compose.yml provisions this user and a bucket-scoped policy.
MINIO_ACCESS_KEY=docuvault_app
MINIO_SECRET_KEY=changeme_minio_app
MINIO_BUCKET=docuvault
@@ -51,9 +51,9 @@ SMTP_PASSWORD=
SMTP_FROM=noreply@docuvault.local
# ── CORS (Phase 2 — D-09) ────────────────────────────────────────────────────
# Comma-separated list of allowed origins. Default: http://localhost:5173
# Example for production: https://app.docuvault.example.com
CORS_ORIGINS=http://localhost:5173
# JSON list of allowed origins. Default: ["http://localhost:5173"]
# Example for production: ["https://app.docuvault.example.com"]
CORS_ORIGINS=["http://localhost:5173"]
# ── Cloud Storage Backends (Phase 5) ─────────────────────────────────────────
# Master key for HKDF per-user cloud credential encryption.