Alanxtl commented on code in PR #877:
URL: https://github.com/apache/dubbo-go-pixiu/pull/877#discussion_r2785540822


##########
docker-compose.yml:
##########


Review Comment:
   ```suggestion
         - etcd  # Ensure etcd is ready before starting the backend
         - opa  # Ensure opa is ready before starting the backend
   ```



##########
docker-compose.yml:
##########
@@ -34,7 +34,19 @@ services:
       - "2380:2380"
     networks:
       - app_network
-
+  # OPA service
+  opa:
+    image: openpolicyagent/opa:1.13.1
+    container_name: pixiu_admin_opa
+    ports:
+      - "8181:8181"
+    networks:
+      - app_network
+    command:
+      - "run"
+      - "--server"
+      - "--addr=:8181"
+      - "--log-level=info"

Review Comment:
   ```suggestion
   
     # OPA service
     opa:
       image: openpolicyagent/opa:1.13.1
       container_name: pixiu_admin_opa
       ports:
         - "8181:8181"
       networks:
         - app_network
       command:
         - "run"
         - "--server"
         - "--addr=:8181"
         - "--log-level=info"
         - 
         
   ```



##########
docker-compose.yml:
##########
@@ -117,4 +129,4 @@ services:
 
 networks:
   app_network:
-    driver: bridge
\ No newline at end of file
+    driver: bridge

Review Comment:
   这里为啥要删



##########
2026-02-08.log:
##########


Review Comment:
   delete this file



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to