databasement
databasement
Docker app from ZappyZap's Repository
Overview
Runtime arguments
- Web UI
http://[IP]:[PORT:2226]- Network
bridge- Shell
sh- Privileged
- false
Template configuration
Web UI
- Target
- 2226
- Default
- 2226
- Value
- 2226
- Target
- /data
- Value
- /mnt/user/appdata/databasement/data
# Generate an application key docker run --rm davidcrty/databasement:latest php artisan key:generate --show
- Target
- APP_KEY
- Default
- sqlite
- Value
- sqlite
- Target
- DB_DATABASE
- Default
- /data/database.sqlite
- Value
- /data/database.sqlite
The ENABLE_QUEUE_WORKER=true environment variable enables the background queue worker inside the container. This is required for processing backup and restore jobs. When using Docker Compose, the worker runs as a separate service instead.
- Default
- True
- Value
- True
127.0.0.1,10.0.0.0/8,172.16.0.0/12,192.168.0.0/16,::1') - This covers all RFC 1918 private ranges * - Trust all proxies (suitable for Kubernetes/Docker where proxy IPs are dynamic) Comma-separated IPs: 10.0.0.1,192.168.1.0/24 - Trust specific proxies Empty - Trust no proxies
- Default
- *
- Value
- *
Categories
Download Statistics
Total Downloads Over Time
Details
davidcrty/databasement:latestRun Databasement on Unraid.
Databasement is listed in Community Apps for Unraid OS. Explore Unraid to build a flexible home server, NAS, or homelab.