2
0

add: docker env contain payment module

This commit is contained in:
2024-11-28 16:24:48 +08:00
parent 8c0032e569
commit ac8d3c5bee
7 changed files with 138 additions and 3 deletions

View File

@@ -144,6 +144,17 @@ services:
- "9300:9300"
volumes:
- ./wfc/uploadPath:/home/wfc/uploadPath
wfc-modules-payment:
container_name: wfc-modules-payment
build:
context: ./wfc/modules/payment
dockerfile: dockerfile
ports:
- "9306:9306"
depends_on:
- wfc-mysql
links:
- wfc-mysql
wfc-visual-monitor:
container_name: wfc-visual-monitor
build: