mirror of
https://github.com/Alexander-D-Karpov/akarpov
synced 2024-11-23 00:56:35 +03:00
20 lines
554 B
Plaintext
20 lines
554 B
Plaintext
# General
|
|
# ------------------------------------------------------------------------------
|
|
USE_DOCKER=yes
|
|
IPYTHONDIR=/app/.ipython
|
|
DJANGO_READ_DOT_ENV_FILE=no
|
|
# Redis
|
|
# ------------------------------------------------------------------------------
|
|
REDIS_URL=redis://redis:6379/1
|
|
REDIS_CACHE=rediscache://redis:6379/1
|
|
CELERY_BROKER_URL=redis://redis:6379/0
|
|
|
|
# Celery
|
|
# ------------------------------------------------------------------------------
|
|
|
|
# Flower
|
|
CELERY_FLOWER_USER=debug
|
|
CELERY_FLOWER_PASSWORD=debug
|
|
|
|
ELASTIC_SEARCH=http://elasticsearch:9200/
|