dawarich_db

dawarich_db

官方

Docker 应用程序 from Pa7ricstar's Repository

概述

This app sets up a PostGIS database container for Dawarich. Dawarich is a self-hosted web app designed to replace Google Timeline (aka Google Location History). Visualize your data on an interactive map, import your location history from Google Maps Timeline and Owntracks, and explore statistics like the number of countries and cities visited, total distance traveled, and more! PostGIS is a spatial database extender for PostgreSQL object-relational database. The postgis/postgis image provides tags for running Postgres with PostGIS extensions installed. NOTE: Do not use autoupdate and do not update any Dawarich container backing up your data first and checking for breaking changes in the updating guides. https://dawarich.app/docs/updating-guides https://dawarich.app/docs/tutorials/backup-and-restore

要求

For Dawarich to run 4 docker containers are required:
- dawarich_db - PostGIS database
- dawarich_redis - Redis database
- dawarich_sidekiq - Sidekiq worker (for background jobs)
- dawarich_app - Dawarich web application

运行时参数

网络
bridge
特权
false
额外参数
--restart=unless-stopped --shm-size=1g --health-cmd='pg_isready -U postgres -d dawarich_development || exit 1' --health-interval=10s --health-retries=5 --health-start-period=30s --health-timeout=10s

模板配置

Data directoryPathrw
目标
/var/lib/postgresql/data
默认值
/mnt/user/appdata/dawarich/db_data
价值
/mnt/user/appdata/dawarich/db_data
Database nameVariable

Name of the database

目标
POSTGRES_DB
默认值
dawarich_development
价值
dawarich_development
Database portPorttcp

Port of the PostGIS server. Required when the database container is not in the same network or specified by IP rather than container name

目标
5432
默认值
5432
Database usernameVariable

Username for the database

目标
POSTGRES_USER
默认值
postgres
价值
postgres
Database passwordVariable

Password for postgres role

目标
POSTGRES_PASSWORD
默认值
postgres
价值
postgres

下载统计数据

273,250,634
下载总数
7,359,095
本月
5,173,206
平均每月

长期下载总量

加载图表...

详细信息

存储库
postgis/postgis:17-3.5-alpine
最后更新2026-05-04
初见2025-10-06

在Unraid 上运行 dawarich_db 。

dawarich_db 已被列入Unraid OS 的社区应用程序。探索Unraid ,构建灵活的家庭服务器、NAS 或家庭实验室。