Initial commit: welcome-bot, abuse-bot, dormant-sweep, IP signup scrutiny

This commit is contained in:
2026-07-02 16:22:30 -07:00
commit c0e5df3cc4
17 changed files with 2231 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
# version pinned for docker-compose v1.29.2 on admin.yttrx.com
version: "3.8"
services:
welcomebot:
build: .
container_name: yttrx-welcomebot
restart: unless-stopped
env_file: .env
# Bind to localhost only; nginx terminates TLS and proxies to us.
ports:
- "127.0.0.1:8087:8000"
volumes:
- welcomebot-data:/data
volumes:
welcomebot-data: