mirror of
https://gitee.com/dromara/RuoYi-Vue-Plus.git
synced 2026-09-18 01:25:28 +08:00
docker 文件
This commit is contained in:
parent
af59122cb6
commit
6697d4409f
@ -172,6 +172,25 @@ services:
|
|||||||
privileged: true
|
privileged: true
|
||||||
network_mode: "host"
|
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:
|
volumes:
|
||||||
minio_data_volume:
|
minio_data_volume:
|
||||||
minio_config_volume:
|
minio_config_volume:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user