Improved docker-compose.yaml#149
Conversation
b64c686 to
3b89d18
Compare
|
@rselph can you sign your commits? probably easiest to rebase into a single commit and sign that. |
There was a problem hiding this comment.
Pull request overview
This PR updates the docker-compose.yaml setup to run netflow2ng, redis, and ntopng on a default bridged network (instead of host networking), while adding persistence and refining ntopng configuration.
Changes:
- Replace
network_mode: hostwith explicit port publishing for NetFlow (and ntopng UI) and internal service-to-service networking. - Persist Redis and ntopng state using named volumes.
- Update ntopng runtime configuration (redis host, local networks, DNS mode, timezone).
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #149 +/- ##
=====================================
Coverage 0.00% 0.00%
=====================================
Files 7 7
Lines 656 656
=====================================
Misses 656 656 Continue to review full report in Codecov by Harness.
🚀 New features to boost your workflow:
|
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
bfad75f to
d469e8e
Compare
This docker-compose file offers a few advantages: