Skip to content

Commit

Permalink
allow NATS_URL change
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixTJDietrich committed Aug 17, 2024
1 parent df42f4f commit 18285bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/webhook-ingest/compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services:
ports:
- "4200"
environment:
- NATS_URL=tls://nats-server:4222
- NATS_URL=${NATS_URL:-nats://nats-server:4222}
- SECRET=${SECRET}
depends_on:
- nats-server
Expand Down

0 comments on commit 18285bd

Please sign in to comment.