poal_feed/docker-compose.yml
2020-12-25 20:12:15 -05:00

11 lines
172 B
YAML

version: "3"
services:
scraper:
image: simon987/poal_feed
restart: always
environment:
- "PF_REDIS_HOST="
- "PF_RPS=1"
- "PF_MAX_PAGE=300"