1
This commit is contained in:
parent
8e9a12cab4
commit
e0ad405142
@ -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
|
||||||
|
|||||||
@ -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:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user