mirror of
https://github.com/kevin-DL/full-stack-fastapi-postgresql.git
synced 2026-01-12 02:05:14 +00:00
7 lines
85 B
YAML
7 lines
85 B
YAML
version: '3.3'
|
|
services:
|
|
db:
|
|
image: postgres:11
|
|
queue:
|
|
image: rabbitmq:3
|