Compare commits

...

3 Commits

3 changed files with 2 additions and 2 deletions

1
.gitignore vendored
View File

@ -159,3 +159,4 @@ cython_debug/
core/static/admin
core/static/debug_toolbar
Makefile
static/

View File

@ -196,7 +196,6 @@ CACHES = {
"default": {
"BACKEND": "django_redis.cache.RedisCache",
# "LOCATION": "unix:///var/run/socks/redis.sock",
"LOCATION": f"redis://{REDIS_HOST}:{REDIS_PORT}",
"LOCATION": "unix:///var/run/redis.sock",
"OPTIONS": {
"db": REDIS_DB,

View File

@ -387,5 +387,5 @@ services:
# external: true
volumes:
fisk_static: {}
# fisk_static: {}
fisk_redis_data: {}