Browse Source

add backend-mq

heavyrain 2 days ago
parent
commit
79a937d2f0
1 changed files with 7 additions and 0 deletions
  1. 7 0
      docker-compose.yml

+ 7 - 0
docker-compose.yml

@@ -14,6 +14,13 @@ services:
       - 8092:8082
     restart: unless-stopped
 
+  backend-mq:
+    container_name: backend-mq
+    image: trane-tech-energy-strategy-optimization-platform-backend:v1.0-dev-mq
+    ports:
+      - 8085:8082
+    restart: unless-stopped
+
   nginx:
     container_name: nginx
     image: nginx:1.27