2019-02-09 19:42:36 +04:00
|
|
|
version: '3.3'
|
|
|
|
services:
|
|
|
|
db:
|
2020-04-19 08:56:05 +03:00
|
|
|
image: postgres:12
|
2019-02-09 19:42:36 +04:00
|
|
|
queue:
|
|
|
|
image: rabbitmq:3
|
2020-02-07 12:04:02 -08:00
|
|
|
# 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
|