chore: checkpoint baseline (routers, tests, pyproject)
This commit is contained in:
parent
a58498a315
commit
986f1dfef4
37 changed files with 2527 additions and 1664 deletions
15
docker-compose.yml
Normal file
15
docker-compose.yml
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue