Closed mxmehl closed 6 years ago
You have to link pretalx to redis which have to provide 3 databases. You can use the following env variables to customize the connection:
PRETALX_REDIS_HOST redis
PRETALX_REDIS_PORT 6379
PRETALX_REDIS_DB 0
PRETALX_CELERY_HOST redis
PRETALX_CELERY_PORT 6379
PRETALX_CELERY_BACKENDDB 1
PRETALX_CELERY_BROKERDB 2
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
I tried out your pretalx docker image today. Unfortunately I can't get it started it seems.
The last 4 lines are repeated endlessly, even for more than 60 seconds. What did I do wrong? Thanks for any help!