connectd/docker-compose.yml
Your Name 582475457c add lemmy + discord, dockerize, fix deps
- add lemmy scraper (fediverse reddit alternative)
- add discord discovery + DM delivery
- fix all env var credentials (no hardcoded secrets)
- add beautifulsoup to requirements
- fix DB path for docker (uses /data volume)
- update docker-compose to use sudoxreboot/connectd

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-15 09:39:06 -06:00

14 lines
392 B
YAML

services:
connectd:
image: sudoxreboot/connectd:latest
container_name: connectd
restart: unless-stopped
env_file:
- .env
volumes:
- ./data:/app/data
- ./db:/app/db
# daemon runs continuously by default
# for one-shot or dry-run, override command:
# command: ["python", "daemon.py", "--dry-run"]
# command: ["python", "cli.py", "scout"]