pythonasyncioapiasyncfastapiframeworkjsonjson-schemaopenapiopenapi3pydanticpython-typespython3redocreststarletteswaggerswagger-uiuvicornweb
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
317 B
10 lines
317 B
version: '3.3'
|
|
services:
|
|
db:
|
|
image: postgres:12
|
|
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
|
|
|