move logfile to /dev/null to stop backend from reloading because of changes in the logfile

This commit is contained in:
maxid
2025-12-06 19:37:44 +01:00
parent 4eb78bd495
commit 24b735439c

View File

@@ -32,6 +32,7 @@ services:
- CONFIG_DIR=/app/config
- MEDIAMANAGER_MISC__DEVELOPMENT=TRUE
- DISABLE_FRONTEND_MOUNT=TRUE
- LOG_FILE=/dev/null
volumes:
#- ./web/build:/app/web/build # this is only needed to test built frontend when developing frontend
- ./res/images/:/data/images/