Skip to content

Posts with Tag: nginx

Deploying Lemmy with Docker, Traefik, and Nginx

This guide provides a comprehensive walkthrough for deploying a secure and scalable Lemmy instance. We will use the official deployment pattern, which includes an Nginx container as an internal reverse proxy to manage application-specific routing. Th…

Deploying a Secure Nginx Website with Traefik and Docker Compose

This tutorial explains how to deploy a simple and secure Nginx web server using Docker Compose. This setup is designed to run behind an existing Traefik reverse proxy, providing a robust and easily manageable solution for hosting a static website. Ch…