Skip to content

Commit

Permalink
eclipse-che#13547 add server on ports 3000, 9000, and 8080 so the sam…
Browse files Browse the repository at this point in the history
…ple projects associated with che7-preview and java-maven stacks will have working preview URLs

Signed-off-by: nickboldt <nboldt@redhat.com>
  • Loading branch information
nickboldt committed Jun 14, 2019
1 parent a8bb74b commit 1de207e
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion ide/che-core-ide-stacks/src/main/resources/stacks.json
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,20 @@
"attributes": {
"memoryLimitBytes": "536870912"
},
"servers": {},
"servers": {
"9000/tcp": {
"port": "9000",
"protocol": "http"
},
"8080/tcp": {
"port": "8080",
"protocol": "http"
},
"3000/tcp": {
"port": "3000",
"protocol": "http"
}
},
"volumes": {
"projects": {
"path": "/projects"
Expand Down Expand Up @@ -765,6 +778,10 @@
"8080/tcp": {
"port": "8080",
"protocol": "http"
},
"3000/tcp": {
"port": "3000",
"protocol": "http"
}
},
"attributes": {
Expand Down

0 comments on commit 1de207e

Please sign in to comment.