You've already forked dockerfiles
							
							
				mirror of
				https://github.com/vimagick/dockerfiles.git
				synced 2025-10-30 23:47:48 +02:00 
			
		
		
		
	update flower
This commit is contained in:
		| @@ -3,4 +3,20 @@ flower | ||||
|  | ||||
| [Flower][1] is a web based tool for monitoring and administrating Celery clusters. | ||||
|  | ||||
| ## docker-compose.yml | ||||
|  | ||||
| ```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 | ||||
| ``` | ||||
|  | ||||
| [1]: https://flower.readthedocs.io/en/latest/ | ||||
|   | ||||
| @@ -4,6 +4,7 @@ flower: | ||||
|     - "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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user