cache: replace memcache with redis.

Drop memcache. Use redis for all caching instead.
This commit is contained in:
evazion
2019-08-22 23:15:34 -05:00
parent 2e407fa476
commit dfe2b831a3
8 changed files with 30 additions and 46 deletions

View File

@@ -10,11 +10,6 @@ services:
image: redis:latest
ports:
- "6379:6379"
memcached:
image: memcached:alpine
ports:
- "11211:11211"
command: memcached
archives:
image: r888888888/archives
command: sleep 1d
@@ -39,7 +34,6 @@ services:
- RO_DATABASE_URL
- DEBUG
- ARCHIVE_DATABASE_URL
- DANBOORU_MEMCACHED_SERVERS
- DANBOORU_AWS_SQS_ARCHIVE_URL
- DANBOORU_PIXIV_LOGIN
- DANBOORU_PIXIV_PASSWORD
@@ -65,6 +59,5 @@ services:
- "3000:3000"
depends_on:
- db
- memcached
- archives
- redis
- redis