Update docker-compose configuration and dependencies

- Changed service from expose to ports for MongoDB.
- Added user directive to run as root for file permissions.
- Updated ROOT_URL to use a specific IP address.
- Enabled DEBUG mode in environment variables.
- Updated @babel/runtime version in package.json and package-lock.json.
This commit is contained in:
omri zaher 2025-08-03 15:50:45 +03:00
parent 20f91ef893
commit e690b54bc6
3 changed files with 9 additions and 16 deletions

View file

@ -17,7 +17,7 @@
"sinon": "^13.0.2"
},
"dependencies": {
"@babel/runtime": "^7.26.10",
"@babel/runtime": "^7.28.2",
"@mapbox/node-pre-gyp": "^1.0.10",
"@rwap/jquery-ui-touch-punch": "^1.0.11",
"@wekanteam/dragscroll": "https://github.com/wekan/dragscroll.git",