-
I'm new to Docker and I have started a small Proxmox homelab setup with various media services running using docker compose on separate linux containers (LXCs). For example Plex is on LXC1, the various "Arrs" are on LXC2, etc, each with their own IP address (e.g., 192.168.0.x, 192.168.0.y, .z, etc.). Homepage is on its own, separate LXC (e.g., LXC3) with its own IP. How do I best set up each docker on each LXC to send their info to Homepage (to make use of the Docker status widget)? Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
I'll answer this myself: I added dockerproxy to each LXC running docker, including homepage using the following docker compose:
Then, back in the Homepage config folder, I add each container's detail to docker.yaml and give them a name, for example:
Then in the services.yaml, I add the following lines to each of the services, for example:
|
Beta Was this translation helpful? Give feedback.
-
This discussion has been automatically locked since there has not been any recent activity after it was closed. Please open a new discussion for related concerns. |
Beta Was this translation helpful? Give feedback.
I'll answer this myself:
I added dockerproxy to each LXC running docker, including homepage using the following docker compose:
Then, back in the Homepage config folder, I add each container's detail to docker.yaml and give them a name, for example: