Commit f6261558 by 张乐 Committed by GitHub

Merge pull request #677 from lepdou/github_master

remove apollo-spring-boot-sample image
parents 233ab8a0 cbd5461d
......@@ -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
\ No newline at end of file
- ./scripts/sql-docker:/docker-entrypoint-initdb.d
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment