Skip to content

Commit

Permalink
fix: Expose webhook listener (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanNemeth authored Nov 12, 2024
1 parent a420200 commit db63869
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions compose.dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ services:
webhook-listener:
build:
context: server/webhook-listener
ports:
- '4200:4200'
environment:
- NATS_AUTH_TOKEN=5760e8ae09adfb2756f9f8cd5cb2caa704cd3f549eaa9298be843ceb165185d815b81f90c680fa7f626b7cd63abf6ac9
- WEBHOOK_SECRET=$WEBHOOK_SECRET
Expand Down

0 comments on commit db63869

Please sign in to comment.