mirror of
https://github.com/Alexander-D-Karpov/akarpov
synced 2024-11-22 13:16:33 +03:00
21 lines
591 B
Plaintext
21 lines
591 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
|
|
REDIS_CACHE_URL=redis://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/
|