poal_feed/docker-compose.yml

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"