add default node url to cors urls of dev config

This commit is contained in:
maxid
2025-12-06 19:49:47 +01:00
parent 24b735439c
commit bdeb60ab30

View File

@@ -31,6 +31,7 @@ services:
environment:
- CONFIG_DIR=/app/config
- MEDIAMANAGER_MISC__DEVELOPMENT=TRUE
- MEDIAMANAGER_MISC__CORS_URLS=["http://localhost:5173"]
- DISABLE_FRONTEND_MOUNT=TRUE
- LOG_FILE=/dev/null
volumes: