mirror of
https://github.com/kevin-DL/full-stack-fastapi-postgresql.git
synced 2026-01-12 02:05:14 +00:00
🐛 Fix docker configuration for flower (#37)
This commit is contained in:
@@ -4,3 +4,7 @@ services:
|
||||
image: postgres:11
|
||||
queue:
|
||||
image: rabbitmq:3
|
||||
# Using the below image instead is required to enable the "Broker" tab in the flower UI:
|
||||
# image: rabbitmq:3-management
|
||||
#
|
||||
# You also have to change the flower command as documented in docker-compose.shared.admin.yml
|
||||
|
||||
Reference in New Issue
Block a user