We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 428ccf3 commit 7185651Copy full SHA for 7185651
.env renamed to .env-example
compose.yml
@@ -50,15 +50,13 @@ services:
50
environment:
51
- 'NATS_SERVER=nats-server:4222'
52
- 'FULLTEXTRSS_SERVER=http://loadbalancer:80'
53
- env_file:
54
- - .env
+ - KEYWORDS_FILE_URL=${KEYWORDS_FILE_URL}
55
raindrop-integration:
56
image: ghcr.io/heussd/nats-news-analysis/raindrop-integration:latest
57
58
59
- - NATS_CONSUMER=lala
60
61
+ - 'RAINDROP_COLLECTION=${RAINDROP_COLLECTION}'
+ - 'RAINDROP_ACCESS_TOKEN=${RAINDROP_ACCESS_TOKEN}'
62
watchtower:
63
image: containrrr/watchtower
64
volumes:
0 commit comments