代码拉取完成,页面将自动刷新
同步操作将从 somewhere/albedo-cloud 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
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
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。