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