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
|