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