mirror of
https://github.com/jaypyles/Scraperr.git
synced 2026-05-04 00:10:44 +00:00
7d80ff5c7f
Unit Tests / unit-tests (push) Has been cancelled
* wip: add site mapping * chore: cleanup
18 lines
490 B
YAML
18 lines
490 B
YAML
version: "3"
|
|
services:
|
|
scraperr:
|
|
command: ["npm", "run", "dev"]
|
|
volumes:
|
|
- "$PWD/src:/app/src"
|
|
- "$PWD/public:/app/public"
|
|
- "$PWD/next.config.mjs:/app/next.config.mjs"
|
|
- "$PWD/package.json:/app/package.json"
|
|
- "$PWD/package-lock.json:/app/package-lock.json"
|
|
- "$PWD/tsconfig.json:/app/tsconfig.json"
|
|
scraperr_api:
|
|
environment:
|
|
- LOG_LEVEL=INFO
|
|
volumes:
|
|
- "$PWD/api:/project/api"
|
|
- "$PWD/scraping:/project/scraping"
|