How can I set up multiple services on my network using Docker?

0
1
Asked By TechGuru91 On

I'm looking for some guidance on how to set up a system to run several services on my local network. The services I want to deploy are Heimdall, Glances, Pi-hole, Unbound, Nginx Proxy Manager, and WireGuard (specifically using the wg-easy image). My goal is to access each of these services through a local address like http(s)://.homelab.home, with the domain representing the cluster that hosts all the containers. I have a Raspberry Pi 3B+ (arm64) and a Dell Latitude laptop from 2018 (x86-64) connected via Ethernet on the same network. Any tips on how to achieve this?

2 Answers

Answered By CloudUser42 On

Make sure to look into Docker Compose if your services depend on each other or if you want to manage their startup and shutdown together. It can simplify controlling your containers.

Answered By QuickFix48 On

You might find r/selfhosted helpful for additional tips and solutions. There are many users there with experience in setting up similar environments.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.