提交 f6261558 编写于 作者: 张乐 提交者: GitHub

Merge pull request #677 from lepdou/github_master

remove apollo-spring-boot-sample image
......@@ -34,32 +34,19 @@ services:
depends_on:
- db
ports:
- "9090:8080"
- "8070:8080"
volumes:
- /tmp/logs:/opt/logs
links:
- db
apollo-spring-boot-sample:
image: apollo-spring-boot-sample
container_name: apollo-spring-boot-sample
restart: always
depends_on:
- apollo-configservice
- apollo-adminservice
- apollo-portal
ports:
- "9190:9090"
volumes:
- /tmp:/tmp
db:
image: mariadb:latest
container_name: db
environment:
MYSQL_ROOT_PASSWORD: root
ports:
- "3306:3306"
- "3307:3306"
volumes:
- /var/data/mysql:/var/lib/mysql
- ./scripts/sql-docker:/docker-entrypoint-initdb.d
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册