Compare commits

..

No commits in common. "e94d693a39f94d85037190a9ade9ea3013014cee" and "6ccf84be266c41f239d1fd044bcb2998ca275c05" have entirely different histories.

3 changed files with 2 additions and 2 deletions

1
.gitignore vendored
View File

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

View File

@ -196,6 +196,7 @@ 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: {}