Kaan Önder

Results 3 comments of Kaan Önder

Thanks man! This is still confusing btw. If master is the latest version, that should changed with latest.

As I see, they are not active in Issues tab but, i will still not close this issue. I have exactly same problems with you.

version: "3.5" services: flower: hostname: flower image: python:3.9 container_name: flower ports: - "5555:5555" environment: - CELERY_BROKER_URL=pyamqp://username:pasword@rabbitmq-ip:5672// - CELERY_RESULT_BACKEND=redis://username:password@redis-ip:6379 - FLOWER_PORT=5555 command: > sh -c "pip install --user --upgrade pip &&...