mirror of
https://github.com/simon987/poal_feed.git
synced 2025-04-10 14:16:45 +00:00
12 lines
195 B
YAML
12 lines
195 B
YAML
version: "3"
|
|
|
|
services:
|
|
scraper:
|
|
image: simon987/poal_feed
|
|
restart: always
|
|
environment:
|
|
- "REDIS_HOST="
|
|
- "RPS=1"
|
|
- "USER_AGENT=firefox"
|
|
- "PF_MAX_PAGE=300"
|