first commit

This commit is contained in:
mvbingham
2025-12-14 21:01:14 -05:00
commit cbeb17285a
12 changed files with 269 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
services:
homebox:
image: ghcr.io/hay-kot/homebox:latest
container_name: homebox
restart: unless-stopped
environment:
- HBOX_LOG_LEVEL=info
- HBOX_LOG_FORMAT=text
- HBOX_WEB_MAX_UPLOAD_SIZE=10
- HBOX_OPTIONS_ALLOW_REGISTRATION=false
volumes:
- ./homebox-data:/data/
ports:
- 3100:7745
volumes:
homebox-data:
driver: local