Docker: added little list of Redis database numbers we're using
This commit is contained in:
parent
63d25d1dca
commit
27caff7e6e
@ -15,6 +15,10 @@ services:
|
||||
max-size: "200k"
|
||||
max-file: "20"
|
||||
|
||||
# Databases in use:
|
||||
# 0: Flask Cache
|
||||
# 1: Celery (backend)
|
||||
# 2: Celery (broker)
|
||||
redis:
|
||||
image: redis:3.2.8
|
||||
container_name: redis
|
||||
|
Loading…
x
Reference in New Issue
Block a user