mirror of
https://gitee.com/dromara/RuoYi-Vue-Plus.git
synced 2026-09-19 01:48:47 +08:00
docker配置
This commit is contained in:
parent
a94351ebee
commit
1bf6f34dbe
@ -49,6 +49,16 @@ services:
|
|||||||
privileged: true
|
privileged: true
|
||||||
network_mode: "host"
|
network_mode: "host"
|
||||||
|
|
||||||
|
nacos-registry:
|
||||||
|
image: nacos/nacos-server:v2.1.0
|
||||||
|
container_name: nacos-registry
|
||||||
|
environment:
|
||||||
|
- "MODE=standalone"
|
||||||
|
ports:
|
||||||
|
- 8848:8848
|
||||||
|
- 9848:9848 #客户端gRPC请求服务端端口,用于客户端向服务端发起连接和请求
|
||||||
|
- 9849:9849 #服务端gRPC请求服务端端口,用于服务间同步等
|
||||||
|
|
||||||
redis:
|
redis:
|
||||||
image: redis:6.2.12
|
image: redis:6.2.12
|
||||||
container_name: redis
|
container_name: redis
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user