|
@@ -2,7 +2,7 @@ services:
|
|
|
|
|
|
frontend:
|
|
|
container_name: frontend
|
|
|
- image: registry.cn-hangzhou.aliyuncs.com/jianboy/trane-tech-energy-strategy-optimization-platform-frontend:v1.0
|
|
|
+ image: registry.cn-hangzhou.aliyuncs.com/jianboy/trane-tech-energy-strategy-optimization-platform-frontend:v1.0-114
|
|
|
ports:
|
|
|
- 8091:80
|
|
|
restart: unless-stopped
|
|
@@ -10,6 +10,9 @@ services:
|
|
|
backend:
|
|
|
container_name: backend
|
|
|
image: registry.cn-hangzhou.aliyuncs.com/jianboy/trane-tech-energy-strategy-optimization-platform-backend:v1.0
|
|
|
+ environment:
|
|
|
+ - SPRING_PROFILES_ACTIVE=dev114
|
|
|
+ command: ["java", "-jar", "app.jar", "--spring.profiles.active=dev114"]
|
|
|
ports:
|
|
|
- 8092:8082
|
|
|
restart: unless-stopped
|
|
@@ -18,7 +21,8 @@ services:
|
|
|
container_name: backend-mq
|
|
|
image: registry.cn-hangzhou.aliyuncs.com/jianboy/trane-tech-energy-strategy-optimization-platform-backend:v1.0-dev-mq
|
|
|
environment:
|
|
|
- - SPRING_PROFILES_ACTIVE=dev114
|
|
|
+ - SPRING_PROFILES_ACTIVE=dev114
|
|
|
+ command: ["java", "-jar", "app.jar", "--spring.profiles.active=dev114"]
|
|
|
ports:
|
|
|
- 8085:8082
|
|
|
restart: unless-stopped
|