mirror of
https://github.com/ItzCrazyKns/Perplexica.git
synced 2025-06-21 17:28:43 +00:00
Merge 590a52d38c
into 7955d8e408
This commit is contained in:
@ -26,9 +26,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:
|
Reference in New Issue
Block a user