Skip to content

Commit e6a17fa

Browse files
niveshmvedharish
authored andcommitted
fix: allow all hosts and celery secrets
1 parent e5df5ce commit e6a17fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

secrets/ops_app_celery.env

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
CELERY_BROKER_URL=redis://host.docker.internal:6379
2-
CELERY_RESULT_BACKEND=redis://host.docker.internal:6379
1+
CELERY_BROKER_URL=redis:/redis:6379
2+
CELERY_RESULT_BACKEND=redis://redis:6379
33
C_FORCE_ROOT=true
44
MYSQL_ROOT_PASSWORD=testtest
55
MYSQL_DATABASE=enigma

0 commit comments

Comments
 (0)