feat(mall): 更新部署脚本

master
waynaqua 1 year ago
parent 4ab05421c5
commit a51710644f

@ -1,6 +1,6 @@
version: '3' version: '3'
services: services:
waynboot-mobile-api: mobile:
image: ibm-semeru-runtimes:open-17-jdk image: ibm-semeru-runtimes:open-17-jdk
container_name: mobile container_name: mobile
volumes: volumes:
@ -17,7 +17,7 @@ services:
- LOG_PATH_PREFIX=/home/logs - LOG_PATH_PREFIX=/home/logs
- UPLOAD_DIR=/opt/waynboot-mall/upload - UPLOAD_DIR=/opt/waynboot-mall/upload
network_mode: "host" network_mode: "host"
waynboot-admin-api: admin:
image: ibm-semeru-runtimes:open-17-jdk image: ibm-semeru-runtimes:open-17-jdk
container_name: admin container_name: admin
volumes: volumes:
@ -34,7 +34,7 @@ services:
- LOG_PATH_PREFIX=/home/logs - LOG_PATH_PREFIX=/home/logs
- UPLOAD_DIR=/opt/waynboot-mall/upload - UPLOAD_DIR=/opt/waynboot-mall/upload
network_mode: "host" network_mode: "host"
waynboot-message: message:
image: ibm-semeru-runtimes:open-17-jdk image: ibm-semeru-runtimes:open-17-jdk
container_name: message container_name: message
volumes: volumes:
@ -51,7 +51,7 @@ services:
- LOG_PATH_PREFIX=/home/logs - LOG_PATH_PREFIX=/home/logs
- UPLOAD_DIR=/opt/waynboot-mall/upload - UPLOAD_DIR=/opt/waynboot-mall/upload
network_mode: "host" network_mode: "host"
waynboot-monitor: monitor:
image: ibm-semeru-runtimes:open-17-jdk image: ibm-semeru-runtimes:open-17-jdk
container_name: boot-admin container_name: boot-admin
volumes: volumes:

Loading…
Cancel
Save