Skip to content

Commit

Permalink
[#293] fix redis url
Browse files Browse the repository at this point in the history
Introduced through 837f265
  • Loading branch information
SonnyBA committed Dec 4, 2024
1 parent 2711785 commit 8238e66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ services:
CACHE_AXES: redis:6379/0
SUBPATH: ${SUBPATH:-/}
SECRET_KEY: ${SECRET_KEY:-django-insecure-f8s@b*ds4t84-q_2#c0j0506@!l2q6r5_pq5e!vm^_9c*#^66b}
CELERY_BROKER_UR: =redis://redis:6379/0
CELERY_BROKER_UR: redis://redis:6379/0
CELERY_RESULT_BACKEND: redis://redis:6379/0
DISABLE_2FA: true

Expand Down

0 comments on commit 8238e66

Please sign in to comment.