Merge 590a52d38c into 0dc17286b9
This commit is contained in:
commit
15857e7c8c
2 changed files with 17 additions and 0 deletions
|
|
@ -27,9 +27,21 @@ services:
|
|||
- ./config.toml:/home/perplexica/config.toml
|
||||
restart: unless-stopped
|
||||
|
||||
redict:
|
||||
image: registry.redict.io/redict:latest
|
||||
container_name: perplexica-redict
|
||||
ports:
|
||||
- "6379:6379"
|
||||
volumes:
|
||||
- redict_data:/data
|
||||
networks:
|
||||
- perplexica-network
|
||||
restart: unless-stopped
|
||||
|
||||
networks:
|
||||
perplexica-network:
|
||||
|
||||
volumes:
|
||||
backend-dbstore:
|
||||
uploads:
|
||||
redict_data:
|
||||
Loading…
Add table
Add a link
Reference in a new issue