Initial commit
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user