add CORS settings and API Key

This commit is contained in:
2025-07-17 13:05:41 +02:00
parent d9e7ee2af1
commit a7b57c44f2
3 changed files with 52 additions and 32 deletions

View File

@@ -7,7 +7,8 @@ services:
volumes:
- ./nginx/html:/usr/share/nginx/html:ro
- ./nginx/conf.d:/etc/nginx/conf.d:ro
environment:
- MEDIA_API_KEY=key-mindboost-media-server # ⇦ beliebig ändern
labels:
- "traefik.enable=true"