diff --git a/docker-compose.yml b/docker-compose.yml index 25a397eae..0f4e90e37 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -74,8 +74,10 @@ services: restart: on-failure flower: build: . - command: flower -A celerywyrm + command: celery -A celerywyrm flower env_file: .env + ports: + - ${FLOWER_PORT}:${FLOWER_PORT} volumes: - .:/app networks: @@ -84,8 +86,6 @@ services: - db - redis_broker restart: on-failure - ports: - - 8888:8888 volumes: pgdata: static_volume: diff --git a/requirements.txt b/requirements.txt index c287684f7..534a0593d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ Django==3.2.10 django-imagekit==4.1.0 django-model-utils==4.0.0 environs==9.3.4 -flower==0.9.4 +flower==1.0.0 Markdown==3.3.3 Pillow>=8.2.0 psycopg2==2.8.4