Files
full-stack-fastapi-template/{{cookiecutter.project_slug}}/docker-compose.shared.base-images.yml

11 lines
317 B
YAML
Raw Normal View History

version: '3.3'
services:
db:
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