this post was submitted on 09 Aug 2023
6 points (100.0% liked)

homelab

6229 readers
2 users here now

founded 4 years ago
MODERATORS
 

I've got both Heimdall and Pi-Hole running in docker. They both work fine, but I'd like to get the Pi-Hole advanced statistics in Heimdall. The others, I just put on the bridge network, but I'm not sure I can have the Pi-Hole on bridge and the macvlan network. Is that possible, or is there a better way to accomplish this?

you are viewing a single comment's thread
view the rest of the comments
[–] atfergs 1 points 11 months ago

You can get access to most of them by setting them all to use the bridge network (network_mode: bridge). Then if you inspect the bridge network, you can see the bridge network ip's of them all and use that for Heimdall. The Pi-Hole is an exception though since it requires a different network.