mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
docker-compose: add redis service
Now, the fastapi docker-compose service uses the new redis service for a cache option. Signed-off-by: Kevin Morris <kevr@0cost.org>
This commit is contained in:
parent
35851d5533
commit
96d1af9363
7 changed files with 33 additions and 1 deletions
5
INSTALL
5
INSTALL
|
@ -55,6 +55,11 @@ read the instructions below.
|
|||
python-lxml python-feedgen
|
||||
# python3 setup.py install
|
||||
|
||||
(FastAPI-Specific)
|
||||
|
||||
# pacman -S redis python-redis
|
||||
# systemctl enable --now redis
|
||||
|
||||
5) Create a new MySQL database and a user and import the aurweb SQL schema:
|
||||
|
||||
$ python -m aurweb.initdb
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue