mirror of
https://github.com/vimagick/dockerfiles.git
synced 2026-01-04 20:14:56 +01:00
add flower
This commit is contained in:
10
flower/docker-compose.yml
Normal file
10
flower/docker-compose.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
flower:
|
||||
image: mher/flower
|
||||
ports:
|
||||
- "5555:5555"
|
||||
environment:
|
||||
- CELERY_BROKER_URL=redis://redis:6379/0
|
||||
- FLOWER_BASIC_AUTH=username:password
|
||||
extra_hosts:
|
||||
- redis:x.x.x.x
|
||||
restart: always
|
||||
Reference in New Issue
Block a user