Docker Flower port expose #1179
Unanswered
giteshrahejaprolitus
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a docker working app in which celery is run in sh file ( /usr/bin/python3 /usr/local/bin/celery -A "tasks" worker --autoscale=20,2 -Q find_large_transactions,internal_transfer_post_msg,basic_data_creation -l info -E ), similarly flower is executed next to celery as a separate process ( /usr/bin/python3 /usr/local/bin/celery -A "tasks" flower --loglevel=info ).
RABBITMQ_DEFAULT_USER, RABBITMQ_DEFAULT_PASS, CELERY_BROKER_URL are present in env so celery is working but now I need to see the flower dashboard on port 5555 in web browser which is not available from AZURE webapp. Can someone help me here.
Beta Was this translation helpful? Give feedback.
All reactions