Skip to content

Commit 7185651

Browse files
committed
Rename env example, fallback in compose
1 parent 428ccf3 commit 7185651

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.env renamed to .env-example

File renamed without changes.

compose.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,15 +50,13 @@ services:
5050
environment:
5151
- 'NATS_SERVER=nats-server:4222'
5252
- 'FULLTEXTRSS_SERVER=http://loadbalancer:80'
53-
env_file:
54-
- .env
53+
- KEYWORDS_FILE_URL=${KEYWORDS_FILE_URL}
5554
raindrop-integration:
5655
image: ghcr.io/heussd/nats-news-analysis/raindrop-integration:latest
5756
environment:
5857
- 'NATS_SERVER=nats-server:4222'
59-
- NATS_CONSUMER=lala
60-
env_file:
61-
- .env
58+
- 'RAINDROP_COLLECTION=${RAINDROP_COLLECTION}'
59+
- 'RAINDROP_ACCESS_TOKEN=${RAINDROP_ACCESS_TOKEN}'
6260
watchtower:
6361
image: containrrr/watchtower
6462
volumes:

0 commit comments

Comments
 (0)