add: docker env contain payment module
This commit is contained in:
@@ -20,7 +20,7 @@ port(){
|
||||
firewall-cmd --add-port=9201/tcp --permanent
|
||||
firewall-cmd --add-port=9202/tcp --permanent
|
||||
firewall-cmd --add-port=9203/tcp --permanent
|
||||
firewall-cmd --add-port=9300/tcp --permanent
|
||||
firewall-cmd --add-port=9300-9399/tcp --permanent
|
||||
service firewalld restart
|
||||
}
|
||||
|
||||
@@ -31,12 +31,12 @@ base(){
|
||||
|
||||
# 启动程序模块(必须)
|
||||
modules(){
|
||||
docker-compose up -d wfc-nginx wfc-gateway wfc-auth wfc-modules-system wfc-modules-user
|
||||
docker-compose up -d wfc-nginx wfc-gateway wfc-auth wfc-modules-system wfc-modules-user wfc-modules-payment
|
||||
}
|
||||
|
||||
# 启动程序模块(后端)
|
||||
backend(){
|
||||
docker-compose up -d wfc-gateway wfc-auth wfc-modules-system wfc-modules-user
|
||||
docker-compose up -d wfc-gateway wfc-auth wfc-modules-system wfc-modules-user wfc-modules-payment
|
||||
}
|
||||
|
||||
# 启动程序模块(前端)
|
||||
|
||||
Reference in New Issue
Block a user