|
@@ -14,6 +14,15 @@ services:
|
|
|
- 8092:8082
|
|
|
restart: unless-stopped
|
|
|
|
|
|
+ backend-mq:
|
|
|
+ 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
|
|
|
+ ports:
|
|
|
+ - 8085:8082
|
|
|
+ restart: unless-stopped
|
|
|
+
|
|
|
nginx:
|
|
|
container_name: nginx
|
|
|
image: registry.cn-hangzhou.aliyuncs.com/jianboy/nginx:1.27.1
|