chore: update port mappings in docker-compose.yaml for MySQL, Weaviate, and backend services

This commit is contained in:
LM20230311
2026-03-16 15:32:27 +08:00
parent a2dbdb30ff
commit 00ce7f2d98
3 changed files with 198 additions and 3 deletions

View File

@@ -15,7 +15,7 @@ services:
container_name: ruoyi-ai-mysql
restart: always
ports:
- "3306:3306"
- "23306:3306"
environment:
MYSQL_ROOT_PASSWORD: root
MYSQL_DATABASE: ruoyi-ai-agent
@@ -64,7 +64,7 @@ services:
container_name: ruoyi-ai-weaviate
restart: always
ports:
- "8080:8080"
- "28080:8080"
environment:
QUERY_DEFAULTS_LIMIT: 25
AUTHENTICATION_ANONYMOUS_ACCESS_ENABLED: true
@@ -102,7 +102,7 @@ services:
container_name: ruoyi-ai-backend
restart: always
ports:
- "6039:6039"
- "26039:6039"
environment:
TZ: Asia/Shanghai
# MySQL 配置