mirror of
https://github.com/kevin-DL/full-stack-fastapi-postgresql.git
synced 2026-01-12 02:05:14 +00:00
10 lines
122 B
YAML
10 lines
122 B
YAML
version: '3.3'
|
|
services:
|
|
backend:
|
|
depends_on:
|
|
- db
|
|
celeryworker:
|
|
depends_on:
|
|
- db
|
|
- queue
|