mirror of
https://github.com/jaypyles/Scraperr.git
synced 2025-12-12 10:45:58 +00:00
9 lines
165 B
YAML
9 lines
165 B
YAML
version: "3"
|
|
services:
|
|
frontend:
|
|
volumes:
|
|
- "$PWD/dist:/project/api/dist"
|
|
- "$PWD/api/backend:/project/api/backend"
|
|
ports:
|
|
- "8000:8000"
|