ChannelFinder / ChannelFinderService

A RESTful directory services for a list channels
MIT License
9 stars 15 forks source link

Disable listening on ipv6 in the docker compose files. #135

Closed jacomago closed 7 months ago

jacomago commented 7 months ago

Should reduce the erroneous logs from the pvAccess server in docker tests.

See https://github.com/ControlSystemStudio/phoebus/blob/5a69830bd5b4be7a23a1359dcb49a62de61049cb/core/pva/src/main/java/org/epics/pva/PVASettings.java#L130 for details of EPICS_PVAS_INTF_ADDR_LIST

jacomago commented 7 months ago

@thelarsjohansson This one might fix the test failure in https://github.com/ChannelFinder/ChannelFinderService/pull/122

jacomago commented 7 months ago

unrelated to this PR but is there a reason to expose elasticsearch port 9200 in the main docker-compose.yml? I think it's better to keep that only in the internal docker network and only expose the CF API

I think it was only kept for debugging purposes. I'll remove it in another pull request.

sonarcloud[bot] commented 7 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud