feat: 🎸 docker compose redis端口配置
This commit is contained in:
parent
cff6d963a0
commit
c0a2047544
@ -27,8 +27,8 @@ services:
|
|||||||
|
|
||||||
jeecg-boot-redis:
|
jeecg-boot-redis:
|
||||||
image: registry.cn-hangzhou.aliyuncs.com/jeecgdocker/redis:5.0
|
image: registry.cn-hangzhou.aliyuncs.com/jeecgdocker/redis:5.0
|
||||||
# ports:
|
ports:
|
||||||
# - 3792:6379
|
- 25524:6379
|
||||||
restart: always
|
restart: always
|
||||||
hostname: jeecg-boot-redis
|
hostname: jeecg-boot-redis
|
||||||
container_name: jeecg-boot-redis
|
container_name: jeecg-boot-redis
|
||||||
@ -42,8 +42,8 @@ services:
|
|||||||
POSTGRES_USER: postgres
|
POSTGRES_USER: postgres
|
||||||
POSTGRES_PASSWORD: postgres
|
POSTGRES_PASSWORD: postgres
|
||||||
POSTGRES_DB: vector_db
|
POSTGRES_DB: vector_db
|
||||||
ports:
|
# ports:
|
||||||
- 25524:5432
|
# - 25524:5432
|
||||||
restart: always
|
restart: always
|
||||||
networks:
|
networks:
|
||||||
- jeecg-boot
|
- jeecg-boot
|
||||||
|
Loading…
x
Reference in New Issue
Block a user