Compare commits
3 Commits
6ccf84be26
...
e94d693a39
| Author | SHA1 | Date | |
|---|---|---|---|
|
e94d693a39
|
|||
|
7a44660fc1
|
|||
|
9ac3ffa540
|
1
.gitignore
vendored
1
.gitignore
vendored
@@ -159,3 +159,4 @@ cython_debug/
|
||||
core/static/admin
|
||||
core/static/debug_toolbar
|
||||
Makefile
|
||||
static/
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -387,5 +387,5 @@ services:
|
||||
# external: true
|
||||
|
||||
volumes:
|
||||
fisk_static: {}
|
||||
# fisk_static: {}
|
||||
fisk_redis_data: {}
|
||||
|
||||
Reference in New Issue
Block a user