mirror of
https://github.com/fastapi/full-stack-fastapi-template.git
synced 2026-09-21 13:28:57 +00:00
7 lines
85 B
YAML
7 lines
85 B
YAML
version: '3.3'
|
|
services:
|
|
db:
|
|
image: postgres:11
|
|
queue:
|
|
image: rabbitmq:3
|