mirror of
https://github.com/RYDE-WORK/full-stack-fastapi-template.git
synced 2026-01-19 21:23:36 +08:00
7 lines
85 B
YAML
7 lines
85 B
YAML
version: '3.3'
|
|
services:
|
|
db:
|
|
image: postgres:11
|
|
queue:
|
|
image: rabbitmq:3
|