mirror of
https://github.com/RYDE-WORK/full-stack-fastapi-template.git
synced 2026-01-21 22:33:33 +08:00
11 lines
317 B
YAML
11 lines
317 B
YAML
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
|