@@ -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