This commit is contained in:
2025-10-17 17:43:46 +02:00
parent 0acc576378
commit 56f368e181
7 changed files with 54 additions and 37 deletions

21
homebox/compose.yml Normal file
View File

@@ -0,0 +1,21 @@
# Service Name: Homebox
# Description :
# Homepage :
services:
homebox:
image: ghcr.io/sysadminsmedia/homebox:latest
# image: ghcr.io/sysadminsmedia/homebox:latest-rootless
container_name: homebox
restart: unless-stopped
environment:
- HBOX_LOG_LEVEL=info
- HBOX_LOG_FORMAT=text
- HBOX_WEB_MAX_FILE_UPLOAD=10
# Please consider allowing analytics to help us improve Homebox (basic computer information, no personal data)
- HBOX_OPTIONS_ALLOW_ANALYTICS=false
volumes:
# - homebox-data:/data/
- /home/rcadmin/docker/homebox/data:/data/
ports:
- 3100:7745