|
@@ -73,6 +73,8 @@ services:
|
|
|
environment:
|
|
|
NATS: nats://box-bus:4222
|
|
|
TOPDF_ADDR: http://office-pdf:3000
|
|
|
+ volumes:
|
|
|
+ - ~/data/packs-box/signature:/root/box-cost/signature
|
|
|
|
|
|
# 用户中心 8908
|
|
|
box-usercenter:
|
|
@@ -96,5 +98,5 @@ services:
|
|
|
image: thecodingmachine/gotenberg:6.4.4
|
|
|
restart: always
|
|
|
# dev
|
|
|
- # ports:
|
|
|
- # - 3000:3000
|
|
|
+ ports:
|
|
|
+ - 3000:3000
|