.
This commit is contained in:
34
homebox/portainer_stack.yml
Normal file
34
homebox/portainer_stack.yml
Normal file
@@ -0,0 +1,34 @@
|
||||
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
|
||||
|
||||
deploy:
|
||||
labels:
|
||||
- homepage.group = Infrastructure
|
||||
- homepage.name = Homebox
|
||||
- homepage.icon = homebox.png
|
||||
- homepage.href = https://homebox.home.ramberg.net/
|
||||
# Widget Configuration
|
||||
- homepage.widget.type = homebox
|
||||
- homepage.widget.url = https://homebox.home.ramberg.net/
|
||||
- homepage.widget.username = kim@ramberg.net
|
||||
- homepage.widget.password = homekbr1998
|
||||
- homepage.widget.fields = ["items", "locations", "totalValue"] # optional - default fields shown ["items", "totalWithWarranty", "locations", "labels", "users", "totalValue"]
|
||||
|
||||
#volumes:
|
||||
# homebox-data:
|
||||
# driver: local
|
||||
Reference in New Issue
Block a user