8 lines
135 B
YAML
8 lines
135 B
YAML
services:
|
|
backend:
|
|
volumes:
|
|
- /path/to/local/backend:/app
|
|
|
|
frontend:
|
|
volumes:
|
|
- /path/to/local/frontend:/app
|