feat(mall): 更新部署脚本

master
waynaqua 1 year ago
parent 609a277fad
commit 4ab05421c5

@ -17,12 +17,6 @@ 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"
# 依赖于redis和mysql在启动本服务之前会先启动依赖的服务
depends_on:
- redis
- mysql
- rabbitmq
- elasticsearch
waynboot-admin-api: waynboot-admin-api:
image: ibm-semeru-runtimes:open-17-jdk image: ibm-semeru-runtimes:open-17-jdk
container_name: admin container_name: admin
@ -40,12 +34,6 @@ 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"
# 依赖于redis和mysql在启动本服务之前会先启动依赖的服务
depends_on:
- redis
- mysql
- rabbitmq
- elasticsearch
waynboot-message: waynboot-message:
image: ibm-semeru-runtimes:open-17-jdk image: ibm-semeru-runtimes:open-17-jdk
container_name: message container_name: message
@ -63,12 +51,6 @@ 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"
# 依赖于redis和mysql在启动本服务之前会先启动依赖的服务
depends_on:
- redis
- mysql
- rabbitmq
- elasticsearch
waynboot-monitor: waynboot-monitor:
image: ibm-semeru-runtimes:open-17-jdk image: ibm-semeru-runtimes:open-17-jdk
container_name: boot-admin container_name: boot-admin
@ -82,12 +64,6 @@ services:
environment: environment:
- TZ=Asia/Shanghai - TZ=Asia/Shanghai
network_mode: "host" network_mode: "host"
# 依赖于redis和mysql在启动本服务之前会先启动依赖的服务
depends_on:
- redis
- mysql
- rabbitmq
- elasticsearch
nginx: nginx:
container_name: "nginx" container_name: "nginx"
image: nginx:latest image: nginx:latest

@ -900,7 +900,7 @@ acllog-max-len 128
# The requirepass is not compatable with aclfile option and the ACL LOAD # The requirepass is not compatable with aclfile option and the ACL LOAD
# command, these will cause requirepass to be ignored. # command, these will cause requirepass to be ignored.
# #
requirepass redis@16789 # requirepass foobao
# New users are initialized with restrictive permissions by default, via the # New users are initialized with restrictive permissions by default, via the
# equivalent of this ACL rule 'off resetkeys -@all'. Starting with Redis 6.2, it # equivalent of this ACL rule 'off resetkeys -@all'. Starting with Redis 6.2, it

Loading…
Cancel
Save