docker 文件

This commit is contained in:
lizhengwei 2026-03-03 16:59:13 +08:00
parent af59122cb6
commit 6697d4409f

View File

@ -172,6 +172,25 @@ services:
privileged: true
network_mode: "host"
ruoyi-h5:
image: ruoyi/ruoyi-h5:5.2.2
container_name: ruoyi-h5
environment:
# 时区上海
TZ: Asia/Shanghai
SERVER_PORT: 19200
deploy:
resources:
limits:
memory: 512m # 限制内存为 512m
volumes:
# 配置文件
- /docker/h5/logs/:/ruoyi/server/logs/
# skywalking 探针
# - /docker/skywalking/agent/:/ruoyi/skywalking/agent
privileged: true
network_mode: "host"
volumes:
minio_data_volume:
minio_config_volume: