Updates flower

This commit is contained in:
Mouse Reeve 2022-01-07 09:45:21 -08:00
parent 1c74c0c0d9
commit c89b8ee5db
2 changed files with 4 additions and 4 deletions

View file

@ -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:

View file

@ -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