This commit is contained in:
wz 2026-01-19 18:06:59 +07:00
parent 8e9a12cab4
commit e0ad405142
2 changed files with 4 additions and 4 deletions

View File

@ -34,7 +34,7 @@ data:
option httpchk GET /api/hq/sinahealth option httpchk GET /api/hq/sinahealth
http-check expect status 200 http-check expect status 200
balance roundrobin balance roundrobin
server s1 119.29.133.144:8188 check server s1 124.71.35.86:8188 check
server s2 139.199.210.107:8188 check server s2 139.199.210.107:8188 check
server s3 129.204.42.105:8188 check server s3 129.204.42.105:8188 check
server s4 119.29.186.55:8188 check server s4 119.29.186.55:8188 check

View File

@ -14,7 +14,7 @@ services:
- MYSQL_PORT=3306 - MYSQL_PORT=3306
# Redis 配置 # Redis 配置
- REDIS_HOST=redis_server - REDIS_HOST=redis_server
- REDIS_PASSWORD=passwordrandom - REDIS_PASSWORD=passwordrandom1
- REDIS_PORT=6379 - REDIS_PORT=6379
ports: ports:
- "8188:8188" - "8188:8188"
@ -23,9 +23,9 @@ services:
- app_network - app_network
redis: redis:
image: redis:latest image: juyou.tencentcloudcr.com/juyoutech/redis:latest
container_name: redis_server container_name: redis_server
command: redis-server --requirepass "passwordrandom" command: redis-server --requirepass "passwordrandom1"
ports: ports:
- "6379:6379" - "6379:6379"
volumes: volumes: