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 restart: on-failure
flower: flower:
build: . build: .
command: flower -A celerywyrm command: celery -A celerywyrm flower
env_file: .env env_file: .env
ports:
- ${FLOWER_PORT}:${FLOWER_PORT}
volumes: volumes:
- .:/app - .:/app
networks: networks:
@ -84,8 +86,6 @@ services:
- db - db
- redis_broker - redis_broker
restart: on-failure restart: on-failure
ports:
- 8888:8888
volumes: volumes:
pgdata: pgdata:
static_volume: static_volume:

View file

@ -4,7 +4,7 @@ Django==3.2.10
django-imagekit==4.1.0 django-imagekit==4.1.0
django-model-utils==4.0.0 django-model-utils==4.0.0
environs==9.3.4 environs==9.3.4
flower==0.9.4 flower==1.0.0
Markdown==3.3.3 Markdown==3.3.3
Pillow>=8.2.0 Pillow>=8.2.0
psycopg2==2.8.4 psycopg2==2.8.4