1 Star 0 Fork 13

默认 / albedo-cloud

forked from somewhere / albedo-cloud 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
docker-compose.yml 2.06 KB
Copy Edit Raw Blame History
Li Jie authored 2019-07-26 17:56 . update code
version: '2'
services:
albedo-mysql:
build:
context: ./
dockerfile: ./db/Dockerfile
environment:
MYSQL_ROOT_PASSWORD: root
restart: always
container_name: albedo-mysql
image: albedo-mysql
ports:
- 3306:3306
albedo-redis:
image: redis:5.0
ports:
- 6379:6379
restart: always
container_name: albedo-redis
hostname: albedo-redis
albedo-eureka:
build:
context: ./
dockerfile: ./albedo-eureka/Dockerfile
restart: always
ports:
- 8761:8761
container_name: albedo-eureka
hostname: albedo-eureka
image: albedo-eureka
albedo-config:
build:
context: ./
dockerfile: ./albedo-config/Dockerfile
restart: always
container_name: albedo-config
hostname: albedo-config
image: albedo-config
albedo-gateway:
build:
context: ./
dockerfile: ./albedo-gateway/Dockerfile
restart: always
ports:
- 9999:9999
container_name: albedo-gateway
hostname: albedo-gateway
image: albedo-gateway
albedo-auth:
build:
context: ./
dockerfile: ./albedo-auth/Dockerfile
restart: always
container_name: albedo-auth
hostname: albedo-auth
image: albedo-auth
albedo-sys:
build:
context: ./
dockerfile: ./albedo-sys/albedo-sys-biz/Dockerfile
restart: always
container_name: albedo-sys
hostname: albedo-sys
image: albedo-sys
albedo-monitor:
build:
context: ./
dockerfile: ./albedo-visual/albedo-monitor/Dockerfile
restart: always
ports:
- 5001:5001
container_name: albedo-monitor
hostname: albedo-monitor
image: albedo-monitor
albedo-gen:
build:
context: ./
dockerfile: ./albedo-visual/albedo-gen/Dockerfile
restart: always
container_name: albedo-gen
hostname: albedo-gen
image: albedo-gen
albedo-zipkin:
build:
context: ./
dockerfile: ./albedo-visual/albedo-zipkin/Dockerfile
restart: always
image: albedo-zipkin
container_name: albedo-zipkin
ports:
- 5002:5002
Java
1
https://gitee.com/guxing0077_org/albedo-cloud.git
git@gitee.com:guxing0077_org/albedo-cloud.git
guxing0077_org
albedo-cloud
albedo-cloud
master

Search