mirror of
https://github.com/simon987/parler_feed.git
synced 2025-04-04 08:23:04 +00:00
11 lines
168 B
YAML
11 lines
168 B
YAML
version: "3"
|
|
|
|
services:
|
|
scraper:
|
|
image: simon987/parler_feed
|
|
restart: always
|
|
environment:
|
|
- "PAF_REDIS_HOST="
|
|
- "PAF_MST="
|
|
- "PAF_JST="
|