mirror of
https://github.com/kevin-DL/full-stack-fastapi-postgresql.git
synced 2026-01-12 18:25:15 +00:00
12 lines
189 B
YAML
12 lines
189 B
YAML
version: '3.3'
|
|
services:
|
|
backend:
|
|
volumes:
|
|
- ./backend/app:/app
|
|
celeryworker:
|
|
volumes:
|
|
- ./backend/app:/app
|
|
backend-tests:
|
|
volumes:
|
|
- ./backend/app:/app
|