Skip to content

Commit

Permalink
Use Vanilla dspace-ui.json instead of ours from root.
Browse files Browse the repository at this point in the history
  • Loading branch information
milanmajchrak committed Feb 1, 2024
1 parent 70d6540 commit bc9aa90
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 20 deletions.
17 changes: 9 additions & 8 deletions docker/dspace-ui.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"apps": [
{
"name": "dspace-ui",
"cwd": "/app",
"script": "dist/server/main.js",
"instances": "max",
"exec_mode": "cluster"
}
{
"name": "dspace-ui",
"cwd": "/app",
"script": "dist/server/main.js",
"instances": "7",
"exec_mode": "cluster",
"node_args": "--max_old_space_size=4096"
}
]
}
}
12 changes: 0 additions & 12 deletions dspace-ui.json

This file was deleted.

0 comments on commit bc9aa90

Please sign in to comment.