Skip to content

Commit

Permalink
add compose
Browse files Browse the repository at this point in the history
  • Loading branch information
Neil Schark committed Oct 10, 2024
1 parent 315512e commit 0f25406
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,14 @@ services:
broadcast-box:
environment:
- INCLUDE_PUBLIC_IP_IN_NAT_1_TO_1_IP=yes
- WEBHOOK_URL=http://authentication-backend:8090/internal/request-stream
- WEBHOOK_TIMEOUT=5000
image: seaduboi/broadcast-box:latest
hostname: broadcast-box
container_name: broadcast-box
network_mode: "host"
privileged: true


authentication-backend:
build:
Expand Down

0 comments on commit 0f25406

Please sign in to comment.