mirror of
https://github.com/RYDE-WORK/full-stack-fastapi-template.git
synced 2026-01-19 21:23:36 +08: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
|