Initial commit

This commit is contained in:
YannAhlgrim
2026-07-09 12:27:16 +00:00
commit a677ffadd8
12 changed files with 909 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