diff --git a/base/haproxy/haproxy-configmap.yaml b/base/haproxy/haproxy-configmap.yaml index dfc2540..92a343b 100644 --- a/base/haproxy/haproxy-configmap.yaml +++ b/base/haproxy/haproxy-configmap.yaml @@ -34,7 +34,7 @@ data: option httpchk GET /api/hq/sinahealth http-check expect status 200 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 s3 129.204.42.105:8188 check server s4 119.29.186.55:8188 check diff --git a/config/hq/docker-compose.yaml b/config/hq/docker-compose.yaml index 8b4be21..7471f3f 100644 --- a/config/hq/docker-compose.yaml +++ b/config/hq/docker-compose.yaml @@ -14,7 +14,7 @@ services: - MYSQL_PORT=3306 # Redis 配置 - REDIS_HOST=redis_server - - REDIS_PASSWORD=passwordrandom + - REDIS_PASSWORD=passwordrandom1 - REDIS_PORT=6379 ports: - "8188:8188" @@ -23,9 +23,9 @@ services: - app_network redis: - image: redis:latest + image: juyou.tencentcloudcr.com/juyoutech/redis:latest container_name: redis_server - command: redis-server --requirepass "passwordrandom" + command: redis-server --requirepass "passwordrandom1" ports: - "6379:6379" volumes: