1 Star 0 Fork 0

云丽网络科技有限公司/Exceptionless

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
docker-compose.yml 946 Bytes
一键复制 编辑 原始数据 按行查看 历史
version: '3.5'
# NOTE: This docker-compose file is for running services required to work on Exceptionless.
# For self-hosting, look here: https://github.com/exceptionless/Exceptionless/tree/master/samples
services:
elasticsearch:
image: exceptionless/elasticsearch:7.10.0
environment:
discovery.type: single-node
xpack.security.enabled: 'false'
ES_JAVA_OPTS: -Xms1g -Xmx1g
ports:
- 9200:9200
- 9300:9300
kibana:
depends_on:
- elasticsearch
image: docker.elastic.co/kibana/kibana:7.10.0
ports:
- 5601:5601
redis:
image: redis:6.0-alpine
ports:
- 6379:6379
ui:
image: exceptionless/ui:latest
environment:
AppMode: Development
EX_ApiUrl: http://localhost:5000
EX_Html5Mode: 'true'
ports:
- 5100:80
ready:
image: dadarek/wait-for-dependencies
command: elasticsearch:9200
depends_on:
- elasticsearch
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/style1987/Exceptionless.git
[email protected]:style1987/Exceptionless.git
style1987
Exceptionless
Exceptionless
master

搜索帮助