Self-host with Docker ยท Yantr
logtide
Open-source self-hosted log management, privacy-first.
1
Ports
2
Notes
3
Use Cases
About
What logtide does
Logtide is an open-source, self-hosted log management platform that serves as a privacy-first alternative to Datadog and ELK. Lightweight, GDPR-compliant, and deployable in minutes with Docker. Features SvelteKit frontend, TimescaleDB backend, and a clean dashboard for searching and analyzing logs.
Install Flow
How to self-host logtide
logtide can be deployed with standard Docker Compose using the Yantr app catalog. This page collects the basic information searchers usually need first: what logtide does, which Docker image Yantr uses, default ports, deployment notes, and where to find the original compose template.
After deployment, Yantr lets you publish additional ports from the stack page using Docker-style syntax. Use 8080:8080 for a fixed host port or just 8080 to let Docker assign a random port.
Use Cases
What people run it for
- Centralize logs from all your self-hosted services in one searchable dashboard.
- Monitor application errors and debug issues without sending data to external services.
- Comply with GDPR by keeping all log data on your own infrastructure.
Technical Details
Ports, image, and service metadata
Ports
| Port | Protocol | Label |
|---|---|---|
| 3000 | HTTP | Web UI |
Docker Image
timescale/timescaledb:latest-pg16
Service Name
logtide-db
Notes
Things to know before you deploy
- Lightweight setup available with PostgreSQL + backend + frontend
- TimescaleDB recommended for optimal time-series log performance
Related Apps
More tools you might pair with logtide
Page generated 2026-07-27T04:28:00.415Z