Initial commit

This commit is contained in:
2025-10-08 11:17:32 +00:00
commit be1f2d07fc
17 changed files with 216 additions and 0 deletions

22
homebox/compose.yml Normal file
View File

@@ -0,0 +1,22 @@
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/
- ./data:/data/
ports:
- 3100:7745
#volumes:
# homebox-data:
# driver: local