A tool for parsing traffic on the jetstream and applying a moderation workstream based on regexp based rules
at main 348 B view raw
1# Development override for docker-compose 2# Usage: docker compose -f compose.yaml -f compose.dev.yaml up 3# 4# This configuration: 5# - Runs the app in watch mode (auto-reloads on file changes) 6# - Mounts source code so changes are picked up without rebuild 7 8services: 9 automod: 10 command: ["bun", "run", "dev"] 11 volumes: 12 - ./src:/app/src