All apps · 0 apps
dawarich_redis
OfficialDocker app from Pa7ricstar's Repository
Overview
Readme
View on GitHubHow to install Dawarich using Docker
To do that you need previously install Docker on your system.
To quick Dawarich install copy the contents of the docker-compose.yml file from project root folder to dedicated folder in your server and run docker compose up in this folder.
This command use docker-compose.yml to build your local environment.
When this command done successfully and all services in containers will start you can open Dawarich web UI by this link http://127.0.0.1:3000.
Default credentials for first login in are demo@dawarich.app and safepassword.
Media gallery
1 / 3Install dawarich_redis on Unraid in a few clicks.
Find dawarich_redis in Community Apps on your Unraid server, review the template, and click Install. Unraid handles the Docker app or plugin setup from the published template.
Requirements
- dawarich_db - PostGIS database
- dawarich_redis - Redis database
- dawarich_sidekiq - Sidekiq worker (for background jobs)
- dawarich_app - Dawarich web application
Download Statistics
Total Downloads Over Time
Related apps
Explore more like this
Explore allLinks
Details
redis:7.4-alpineRuntime arguments
- Network
bridge- Privileged
- false
- Extra Params
--restart=unless-stopped --health-cmd='redis-cli ping || exit 1' --health-interval=10s --health-retries=5 --health-start-period=30s --health-timeout=10s
Template configuration
Path for shared data between Dawarich app and redis
- Target
- /data
- Default
- /mnt/user/appdata/dawarich/shared
- Value
- /mnt/user/appdata/dawarich/shared
Port of the Redis server
- Target
- 6379
- Default
- 6379
- Value
- 6379