1 Star 0 Fork 3

忙碌的码农 / LinkedDataHub

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
docker-compose.debug.yml 709 Bytes
一键复制 编辑 原始数据 按行查看 历史
version: "2.3"
services:
linkeddatahub:
ports:
- 8000:8000 # debugger
- 5140:5140 # profiler
environment:
- JPDA_ADDRESS=*:8000 # debugger host - performance hit when enabled
- CATALINA_OPTS=-XX:+UseContainerSupport -XX:MaxRAMPercentage=75 --add-exports java.base/sun.security.tools.keytool=ALL-UNNAMED -XX:+UseLinuxPosixThreadCPUClocks -agentpath:/var/linkeddatahub/profiler/lib/deployed/jdk16/linux-amd64/libprofilerinterface.so=/var/linkeddatahub/profiler/lib,5140 # heap will use up to 75% of container's RAM
volumes:
- ./platform/profiler:/var/linkeddatahub/profiler
fuseki-admin:
ports:
- 3030:3030
fuseki-end-user:
ports:
- 3031:3030
Java
1
https://gitee.com/wangbaochao/LinkedDataHub.git
git@gitee.com:wangbaochao/LinkedDataHub.git
wangbaochao
LinkedDataHub
LinkedDataHub
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891