mirror of
https://github.com/jaypyles/Scraperr.git
synced 2025-12-15 20:26:02 +00:00
8 lines
138 B
YAML
8 lines
138 B
YAML
version: "3"
|
|
services:
|
|
frontend:
|
|
# command: ["npm", "run", "start"]
|
|
volumes:
|
|
- .:/project/app/
|
|
- ./api:/project/api
|