First Commit
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
services:
|
||||
paper-monitor:
|
||||
build: .
|
||||
container_name: paper-monitor
|
||||
restart: "no"
|
||||
environment:
|
||||
- IEEE_API_KEY=${IEEE_API_KEY}
|
||||
- SEMANTIC_SCHOLAR_API_KEY=${SEMANTIC_SCHOLAR_API_KEY}
|
||||
- OPENAI_API_KEY=${OPENAI_API_KEY}
|
||||
- CROSSREF_MAILTO=${CROSSREF_MAILTO}
|
||||
- GMAIL_ADDRESS=${GMAIL_ADDRESS}
|
||||
- GMAIL_APP_PASSWORD=${GMAIL_APP_PASSWORD}
|
||||
- JOPLIN_TOKEN=${JOPLIN_TOKEN}
|
||||
volumes:
|
||||
- ./config.yaml:/app/config.yaml:ro
|
||||
- ./data:/app/data
|
||||
command: ["python", "-m", "paper_monitor", "--config", "/app/config.yaml"]
|
||||
Reference in New Issue
Block a user