social-media-news-bot/synology/docker-compose.yaml

12 lines
244 B
YAML
Raw Normal View History

version: '3.8'
services:
scraper:
image: metonymy/scrapper
environment:
RUST_LOG: info
command:
- "--redis-connection-string"
- "redis://192.168.0.221:6379"
- "--redis-stream-name"
- "posts::g4media"