1 Star 0 Fork 5

apolloconfig/apollo-build-scripts

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
docker-compose.yml 653 Bytes
一键复制 编辑 原始数据 按行查看 历史
nobodyiam 提交于 2017-10-07 17:19 . fix docker image name
version: '2'
services:
apollo-quick-start:
image: apollo-quick-start
container_name: apollo-quick-start
depends_on:
- apollo-db
ports:
- "8080:8080"
- "8070:8070"
links:
- apollo-db
apollo-db:
image: mysql:5.7
container_name: apollo-db
environment:
TZ: Asia/Shanghai
MYSQL_ALLOW_EMPTY_PASSWORD: 'yes'
depends_on:
- apollo-dbdata
ports:
- "13306:3306"
volumes:
- ./sql:/docker-entrypoint-initdb.d
volumes_from:
- apollo-dbdata
apollo-dbdata:
image: alpine:latest
container_name: apollo-dbdata
volumes:
- /var/lib/mysql
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/apolloconfig/apollo-build-scripts.git
git@gitee.com:apolloconfig/apollo-build-scripts.git
apolloconfig
apollo-build-scripts
apollo-build-scripts
master

搜索帮助