mirror of
https://github.com/barkeser2002/trendyol-scrapper.git
synced 2026-09-25 01:49:51 +03:00
14 lines
257 B
YAML
14 lines
257 B
YAML
version: "3.9"
|
|
|
|
services:
|
|
web:
|
|
build: .
|
|
container_name: trendyol-scraper
|
|
ports:
|
|
- "26888:26888"
|
|
environment:
|
|
- TRENDYOL_MAX_PAGES=${TRENDYOL_MAX_PAGES:-7}
|
|
volumes:
|
|
- ./outputs:/app/outputs
|
|
restart: unless-stopped
|