Initial commit: connected-papers / linked-papers app

This commit is contained in:
YannAhlgrim
2026-07-09 12:13:48 +00:00
commit 7d76059d0e
12 changed files with 926 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
version: "3.8"
services:
connected-papers:
build: .
container_name: connected-papers
restart: unless-stopped
ports:
- "127.0.0.1:5000:5000"
volumes:
- ./cache:/app/cache
environment:
- CACHE_TTL_DAYS=30
- SEARCH_LIMIT=20
- REFERENCE_LIMIT=100
- OA_API_KEY=${OA_API_KEY:-}
- OA_EMAIL=${OA_EMAIL:-}
networks:
- caddy_mesh
networks:
caddy_mesh:
external: true