mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-28 09:08:50 +02:00
12 lines
234 B
YAML
12 lines
234 B
YAML
flower:
|
|
image: mher/flower
|
|
ports:
|
|
- "5555:5555"
|
|
environment:
|
|
- CELERY_BROKER_URL=redis://redis:6379/0
|
|
- FLOWER_PORT=5555
|
|
- FLOWER_BASIC_AUTH=username:password
|
|
extra_hosts:
|
|
- redis:x.x.x.x
|
|
restart: always
|