Group-chat bot that downloads videos from X/Instagram/YouTube/TikTok links via yt-dlp and posts them back, plus /speed and /rev video toys. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
12 lines
298 B
YAML
12 lines
298 B
YAML
services:
|
|
signal-cli-rest-api:
|
|
image: bbernhard/signal-cli-rest-api:latest
|
|
container_name: signal-cli-rest-api
|
|
restart: unless-stopped
|
|
environment:
|
|
- MODE=json-rpc
|
|
ports:
|
|
- "127.0.0.1:8080:8080"
|
|
volumes:
|
|
- ./signal-cli-data:/home/.local/share/signal-cli
|