Entries by Shailesh Kaulesar

How to Install InfluxDB and Grafana with Docker Compose and Let’s Encrypt on Ubuntu

Introduction In this guide, I’ll show you how to install InfluxDB and Grafana on an Ubuntu server using Docker Compose and set up HTTPS with Let’s Encrypt. Docker Compose simplifies managing multiple Docker containers with a single configuration file (docker-compose.yml). This file defines how containers interact, including their networks and storage. With Docker Compose, you […]