[redis] update redis tls
This commit is contained in:
parent
2e1fbc0365
commit
499eb9eebc
7 changed files with 54749 additions and 12 deletions
|
|
@ -14,9 +14,9 @@ services:
|
|||
volumes:
|
||||
- ./redis-master.conf:/etc/redis.conf
|
||||
- ./masterdata:/data
|
||||
- ./cert/san.crt:/etc/certificate.crt
|
||||
- ./cert/private.key:/etc/certificate.key
|
||||
- ./cert/CA-cert.pem:/etc/chain.crt
|
||||
- ./cert/certificate.crt:/etc/certificate.crt
|
||||
- ./cert/certificate.key:/etc/certificate.key
|
||||
- ./cert/CA-cert.pem:/etc/CA-cert.pem
|
||||
restart: always
|
||||
redis-slave:
|
||||
container_name: "redis-slave"
|
||||
|
|
@ -28,7 +28,7 @@ services:
|
|||
- ./slavedata:/data
|
||||
- ./cert/san.crt:/etc/certificate.crt
|
||||
- ./cert/private.key:/etc/certificate.key
|
||||
- ./cert/CA-cert.pem:/etc/chain.crt
|
||||
- ./cert/CA-cert.pem:/etc/CA-cert.pem
|
||||
restart: always
|
||||
depends_on:
|
||||
- redis-master
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue