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