add: docker env contain payment module
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user