update directus setup

This commit is contained in:
2026-01-31 14:04:38 +01:00
parent 32bc5aed05
commit 4f69a494c8

View File

@@ -697,7 +697,21 @@ volumes:
- ./uploads:/directus/uploads - ./uploads:/directus/uploads
``` ```
**Option 2: Cloudflare R2 / S3 (empfohlen für Produktion)** **Option 2: Hetzner Object Storage (empfohlen)**
```yaml
# docker-compose.yml
environment:
STORAGE_LOCATIONS: "s3"
STORAGE_S3_DRIVER: "s3"
STORAGE_S3_KEY: "your-access-key"
STORAGE_S3_SECRET: "your-secret-key"
STORAGE_S3_BUCKET: "dgray-files"
STORAGE_S3_REGION: "fsn1" # oder nbg1
STORAGE_S3_ENDPOINT: "https://fsn1.your-objectstorage.com" # oder nbg1
```
**Option 3: Cloudflare R2**
```yaml ```yaml
# docker-compose.yml # docker-compose.yml