Initial sanitary RepoRadar release

This commit is contained in:
2026-06-27 21:20:43 -04:00
commit b90ec9cdd0
15 changed files with 2435 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
services:
reporadar:
build: .
image: reporadar:latest
container_name: reporadar
restart: unless-stopped
env_file: .env
volumes:
- reporadar_data:/app/data
# Outbound-only bot — no ports need to be exposed.
volumes:
reporadar_data: