-
Notifications
You must be signed in to change notification settings - Fork 31
fix: extended UDP broadcast to reach physical devices outside the virtual Docker network #143
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -8,7 +8,7 @@ services: | |
| condition: service_healthy | ||
| restart: true | ||
| healthcheck: | ||
| test: netstat | grep cf | ||
| test: curl -s -f http://localhost:8080/ChannelFinder | ||
| interval: 10s | ||
| timeout: 30s | ||
| retries: 3 | ||
|
|
@@ -23,16 +23,14 @@ services: | |
| RECCEIVER_CF_USERNAME: admin | ||
| RECCEIVER_CF_CFUSERNAME: admin | ||
| RECCEIVER_CF_CFPASSWORD: password | ||
| RECCEIVER_CF_BASEURL: http://cf:8080/ChannelFinder | ||
| RECCEIVER_CF_BASEURL: http://localhost:8080/ChannelFinder | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This breaks the integration tests which have "cf" as the hostname for channelfinder. |
||
| RECCEIVER_CF_VERIFYSSL: FALSE | ||
| volumes: | ||
| - type: bind | ||
| source: docker/config/cf.conf | ||
| target: /home/recceiver/channelfinderapi.conf | ||
| read_only: true | ||
| networks: | ||
| - net-1-recc-1 | ||
| - net-2-cf | ||
| network_mode: host | ||
|
|
||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I'm not sure about this. This will.mean container IOC's won't have access to recceiver here? As mentioned before this will break the integration tests. |
||
| networks: | ||
| net-1-recc-1: | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This tests channelfinder is up, not recceiver.