Skip to main content

Hosting Overview

Standard Hosting

Start with Getting Started

Advanced Hosting

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.

Observability

  • Prometheus — Metrics collection (+ Pushgateway for Decree)
  • Loki — Log aggregation (+ Promtail for Decree run logs)
  • Grafana — Dashboards over Prometheus and Loki