2
0

feat: payment docker update

This commit is contained in:
zhangsz
2024-12-24 20:56:27 +08:00
parent 40ffca0583
commit 1ad5fbc797
2 changed files with 4 additions and 0 deletions

View File

@@ -175,9 +175,13 @@ services:
- wfc-be-network - wfc-be-network
volumes: volumes:
- ./wfc/modules/payment/jar/wfc-modules-payment.jar:/home/wfc/wfc-modules-payment.jar - ./wfc/modules/payment/jar/wfc-modules-payment.jar:/home/wfc/wfc-modules-payment.jar
# - ./wfc/modules/payment/logs/:/home/wfc/logs/
- ./wfc/modules/payment/config/:/home/wfc/config/payment/
depends_on: depends_on:
- wfc-redis
- wfc-mysql - wfc-mysql
links: links:
- wfc-redis
- wfc-mysql - wfc-mysql
environment: environment:
- NACOS_SERVER_ADDR=${NACOS_SERVER_ADDR} - NACOS_SERVER_ADDR=${NACOS_SERVER_ADDR}