Add Redis urls as env vars to 'bookwyrm-env' in Bookwyrm package
This commit is contained in:
parent
673fa6241e
commit
7aa1fe327a
1 changed files with 2 additions and 0 deletions
|
@ -179,6 +179,8 @@ mkDerivation {
|
||||||
export PYTHONPATH=$out/lib/python3.11/site-packages
|
export PYTHONPATH=$out/lib/python3.11/site-packages
|
||||||
|
|
||||||
export DEBUG=false
|
export DEBUG=false
|
||||||
|
export REDIS_ACTIVITY_URL=redis-socket:///run/redis-bookwyrm-activity/redis.sock
|
||||||
|
export REDIS_BROKER_URL=redis-socket:///run/redis-bookwyrm-broker/redis.sock
|
||||||
export STATIC_ROOT_ABS=$out/srv/http
|
export STATIC_ROOT_ABS=$out/srv/http
|
||||||
|
|
||||||
exec \$@
|
exec \$@
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue