mirror of
https://github.com/wekan/wekan.git
synced 2026-01-15 22:15:28 +01:00
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:
parent
20f91ef893
commit
e690b54bc6
3 changed files with 9 additions and 16 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue