1 Star 0 Fork 0

周红伟/Foundatio.Repositories

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
docker-compose.yml 694 Bytes
一键复制 编辑 原始数据 按行查看 历史
version: '3.5'
services:
elasticsearch:
image: docker.elastic.co/elasticsearch/elasticsearch:7.17.19
environment:
discovery.type: single-node
xpack.security.enabled: 'false'
ES_JAVA_OPTS: -Xms512m -Xmx512m
ports:
- 9200:9200
- 9300:9300
networks:
- foundatio
kibana:
depends_on:
- elasticsearch
image: docker.elastic.co/kibana/kibana:7.17.19
ports:
- 5601:5601
networks:
- foundatio
ready:
image: andrewlock/wait-for-dependencies
command: elasticsearch:9200
depends_on:
- elasticsearch
networks:
- foundatio
networks:
foundatio:
driver: bridge
name: foundatio
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zhou-hw/Foundatio.Repositories.git
git@gitee.com:zhou-hw/Foundatio.Repositories.git
zhou-hw
Foundatio.Repositories
Foundatio.Repositories
master

搜索帮助