Docker: added little list of Redis database numbers we're using

This commit is contained in:
Sybren A. Stüvel 2018-12-04 11:30:48 +01:00
parent 63d25d1dca
commit 27caff7e6e

View File

@ -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