上传文件至 ruoyi-modules/Property
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 10m27s
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 10m27s
This commit is contained in:
parent
1e16f5efc8
commit
2c6733d1ea
21
ruoyi-modules/Property/docker-compose.yml
Normal file
21
ruoyi-modules/Property/docker-compose.yml
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
services:
|
||||||
|
ruoyi-system:
|
||||||
|
# image: ruoyi/Property:2.4.0
|
||||||
|
build:
|
||||||
|
context: .
|
||||||
|
dockerfile: Dockerfile
|
||||||
|
container_name: Property
|
||||||
|
environment:
|
||||||
|
# 时区上海
|
||||||
|
TZ: Asia/Shanghai
|
||||||
|
ports:
|
||||||
|
- "10001:10001"
|
||||||
|
volumes:
|
||||||
|
# 配置文件
|
||||||
|
- /docker/Property/logs/:/ruoyi/Property/logs
|
||||||
|
# skywalking 探针
|
||||||
|
- /docker/skywalking/agent/:/ruoyi/skywalking/agent
|
||||||
|
privileged: true
|
||||||
|
network_mode: "host"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user