Skip to main content

Hosting Overview

System OS

Container Management

External Network (Access Remotely)

  • VPN is the most secure option (skip Caddy/Cloudflare)
  • Caddy — Reverse proxy (Alt: Traefik/Nginx)
  • Cloudflare — DNS/domain manager

Networking

All services connect to the exist overlay network with:

  • Overlay driver: Multi-host communication (Docker Swarm compatible)
  • Attachable: Standalone containers can join
  • Encrypted: IPsec encryption between nodes

The network is automatically created when you run docker compose up.