24 lines
866 B
YAML
24 lines
866 B
YAML
services:
|
|
homebox:
|
|
image: ghcr.io/hay-kot/homebox:latest
|
|
# image: ghcr.io/hay-kot/homebox:latest-rootless
|
|
container_name: homebox
|
|
restart: always
|
|
environment:
|
|
- HBOX_LOG_LEVEL=info
|
|
- HBOX_LOG_FORMAT=text
|
|
- HBOX_WEB_MAX_UPLOAD_SIZE=10
|
|
volumes:
|
|
- /home/soenke/docker-data/homebox/data:/data/
|
|
ports:
|
|
- 3100:7745
|
|
labels:
|
|
kuma.tools.tag.name: 'Tools'
|
|
kuma.tools.tag.color: '#FF9900'
|
|
kuma.homelab.tag.name: 'Homelab'
|
|
kuma.homelab.tag.color: '#FF9955'
|
|
kuma.organization.tag.name: 'Organization'
|
|
kuma.organization.tag.color: '#FF99AA'
|
|
kuma.homarr.http.name: 'HomeBox'
|
|
kuma.homarr.http.url: 'https://homebox.domr.ovh/'
|
|
kuma.homarr.http.tag_names: '[{"name": "tools", "value": "" }, {"name": "tools", "value": "" }, {"name": "organization", "value": "" }]' |