[redis] update predixy for Task#12003
This commit is contained in:
parent
f640243617
commit
76494fd37d
6 changed files with 251 additions and 0 deletions
|
|
@ -1,5 +1,11 @@
|
|||
version: '3'
|
||||
services:
|
||||
predixy:
|
||||
image: haandol/predixy:latest
|
||||
container_name: predixy
|
||||
network_mode: "host"
|
||||
volumes:
|
||||
- ./predixy/conf:/etc/predixy/conf
|
||||
redis-master:
|
||||
container_name: "redis-master"
|
||||
image: redis:7.2-alpine
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue