Skip to content

Commit

Permalink
Fixes frontend notification (#165)
Browse files Browse the repository at this point in the history
  • Loading branch information
daschwanden committed Dec 6, 2023
1 parent 76288f0 commit b182110
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,5 @@ https_config: <
health_check_config: <
listen_address: "0.0.0.0:8080"
>
notification_listen_address: "0.0.0.0:12000"
notification_public_address: "fleetspeak-frontend:12000"
2 changes: 2 additions & 0 deletions fleetspeak/sandbox/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,11 @@ services:
ports:
- '9090:9090'
- '8080:8080'
- '12000:12000'
expose:
- '9090'
- '8080'
- '12000'
healthcheck:
test: ["CMD", "curl", "http://localhost:8080"]
timeout: 5s
Expand Down

0 comments on commit b182110

Please sign in to comment.