reitti
Reitti is a self-hosted application for tracking and visualizing your location data over time.
100K+
Reitti is a comprehensive self-hosted application for tracking, analyzing, and visualizing your location data over time. It helps you understand your movement patterns and significant places while keeping your location data completely private and under your control.
# Clone the repository for docker-compose.yml
git clone https://github.com/dedicatedcode/reitti.git
cd reitti
# Start all services (PostgreSQL, RabbitMQ, Reitti)
docker-compose up -d
# Access at http://localhost:8080
docker pull dedicatedcode/reitti:latest
docker run -p 8080:8080 \
-e POSTGIS_HOST=postgres \
-e POSTGIS_PORT=5432 \
-e POSTGIS_DB=reittidb \
-e POSTGIS_USER=reitti \
-e POSTGIS_PASSWORD=reitti \
-e RABBITMQ_HOST=rabbitmq \
-e RABBITMQ_PORT=5672 \
-e RABBITMQ_USER=reitti \
-e RABBITMQ_PASSWORD=reitti \
dedicatedcode/reitti:latest
Note: Standalone mode requires separate PostgreSQL (with PostGIS) and RabbitMQ instances.
| Variable | Description | Default |
|---|---|---|
POSTGIS_HOST | PostgreSQL database host | postgis |
POSTGIS_PORT | PostgreSQL database port | 5432 |
POSTGIS_DB | PostgreSQL database name | reittidb |
POSTGIS_USER | Database username | reitti |
POSTGIS_PASSWORD | Database password | reitti |
RABBITMQ_HOST | RabbitMQ host | rabbitmq |
RABBITMQ_PORT | RabbitMQ port | 5672 |
RABBITMQ_USER | RabbitMQ username | reitti |
RABBITMQ_PASSWORD | RabbitMQ password | reitti |
SERVER_PORT | Application server port | 8080 |
APP_UID | User ID to run the application as | 1000 |
APP_GID | Group ID to run the application as | 1000 |
JAVA_OPTS | JVM options for the application |
Configure real-time location tracking with:
develop - Bleeding Edge: Built from every push to main branch. For developers and early adopters who want the newest features and don't mind potential instability.latest - Stable Release: Updated with each stable release. For most users who want reliable, tested functionality with new features.x.y.z - Conservative: Specific version releases for users who want full control over updates and prefer to manually choose when to upgrade.The source code for this project is available on GitHub: https://github.com/dedicatedcode/reitti
This project is licensed under the MIT License.
Content type
Image
Digest
sha256:41475c85e…
Size
171.3 MB
Last updated
4 days ago
docker pull dedicatedcode/reitti:next