animeic 2 жил өмнө
parent
commit
422739d66e
1 өөрчлөгдсөн 10 нэмэгдсэн , 1 устгасан
  1. 10 1
      docker-compose.yaml

+ 10 - 1
docker-compose.yaml

@@ -78,4 +78,13 @@ services:
     depends_on:
       - box-bus
     environment: 
-      NATS: nats://box-bus:4222
+      NATS: nats://box-bus:4222
+
+  # excel 转pdf
+  office-pdf:
+    image: thecodingmachine/gotenberg:6.4.4
+    restart: always
+    depends_on:
+      - box-cost
+    environment: 
+      PDF_API_ADDR: http://office-pdf:3000