Skip to content

Commit

Permalink
update: #879
Browse files Browse the repository at this point in the history
  • Loading branch information
gschmutz committed Dec 27, 2024
1 parent 5d84371 commit ee1d531
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions documentation/port-mapping.md
Original file line number Diff line number Diff line change
Expand Up @@ -709,6 +709,8 @@ Container Port(s) | Internal Port(s) | Service (alternatives) |
28411 | 8080 | oracledb-ee-2 |
28412 | 8080 | oracledb-ee-3 |
28413 | 8000 | focalboard |
28414 | 8000 | neo4j-kg-builder-backend |
28415 | 8000 | neo4j-kg-builder-frontend |

## Ports > 28500

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13038,10 +13038,10 @@ services:
labels:
com.platys.name: 'neo4j-kg-builder'
com.platys.description: "Knowledge Graph Builder"
com.platys.webui.title: "Knowledge Graph Builder UI"
com.platys.webui.url: "http://dataplatform:28396"
com.platys.restapi.title: "Knowledge Graph Builder REST API"
com.platys.restapi.url: "http://dataplatform:28414"
ports:
- 8000:8000
- 28414:8000
extra_hosts:
- "host.docker.internal:host-gateway"
environment:
Expand Down Expand Up @@ -13094,9 +13094,9 @@ services:
com.platys.name: 'neo4j-kg-builder'
com.platys.description: "Knowledge Graph Builder"
com.platys.webui.title: "Knowledge Graph Builder UI"
com.platys.webui.url: "http://dataplatform:28396"
com.platys.webui.url: "http://dataplatform:28415"
ports:
- 8000:8000
- 28415:8080
extra_hosts:
- "host.docker.internal:host-gateway"
environment:
Expand Down

0 comments on commit ee1d531

Please sign in to comment.