Skip to content

Commit fefe6f4

Browse files
committed
Update variable name
1 parent 01fdbce commit fefe6f4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

compose.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ services:
3131
feed-feeder:
3232
image: ghcr.io/heussd/nats-news-analysis/feed-feeder:latest
3333
environment:
34-
- NATS_SERVER=http://nats-server:4222
34+
- NATS_URL=http://nats-server:4222
3535
volumes:
3636
- type: bind
3737
source: ./urls.txt
@@ -43,34 +43,34 @@ services:
4343
deploy:
4444
replicas: 3
4545
environment:
46-
- 'NATS_SERVER=nats-server:4222'
46+
- 'NATS_URL=nats-server:4222'
4747
restart: always
4848
news-feeder:
4949
deploy:
5050
replicas: 2
5151
image: ghcr.io/heussd/nats-news-analysis/news-feeder:latest
5252
environment:
53-
- 'NATS_SERVER=nats-server:4222'
53+
- 'NATS_URL=nats-server:4222'
5454
- 'FULLTEXTRSS_SERVER=http://loadbalancer:80'
5555
keyword-matcher:
5656
deploy:
5757
replicas: 6
5858
image: ghcr.io/heussd/nats-news-analysis/keyword-matcher:latest
5959
environment:
60-
- 'NATS_SERVER=nats-server:4222'
60+
- 'NATS_URL=nats-server:4222'
6161
- KEYWORDS_FILE_URL=${KEYWORDS_FILE_URL}
6262
raindrop-integration:
6363
image: ghcr.io/heussd/nats-news-analysis/raindrop-integration:latest
6464
environment:
65-
- 'NATS_SERVER=nats-server:4222'
65+
- 'NATS_URL=nats-server:4222'
6666
- 'RAINDROP_COLLECTION=${RAINDROP_COLLECTION}'
6767
- 'RAINDROP_ACCESS_TOKEN=${RAINDROP_ACCESS_TOKEN}'
6868
nats-indexer:
6969
deploy:
7070
replicas: 2
7171
image: ghcr.io/heussd/nats-news-analysis/nats-indexer:latest
7272
environment:
73-
- 'NATS_SERVER=nats-server:4222'
73+
- 'NATS_URL=nats-server:4222'
7474
- 'AI_SEARCH_ENDPOINT=${AI_SEARCH_ENDPOINT}'
7575
- 'AI_SEARCH_API_KEY=${AI_SEARCH_API_KEY}'
7676
- 'AI_SEARCH_API_VERSION=${AI_SEARCH_API_VERSION}'

0 commit comments

Comments
 (0)