chore: checkpoint baseline (routers, tests, pyproject)

This commit is contained in:
authentik Default Admin 2026-05-17 11:40:35 +01:00
parent a58498a315
commit 986f1dfef4
37 changed files with 2527 additions and 1664 deletions

15
docker-compose.yml Normal file
View file

@ -0,0 +1,15 @@
services:
collector:
build: .
container_name: reddit-media-collector
restart: unless-stopped
ports:
- "8000:8000"
volumes:
- ./downloads:/app/downloads
- ./data:/app/data
- ./config.yaml:/app/config.yaml:ro
environment:
- RMC_TIMEZONE=UTC
- RMC_DOWNLOAD_DIR=/app/downloads
- RMC_DB_PATH=/app/data/media.db