mirror of
https://github.com/firewalkwithm3/stacks.git
synced 2025-07-02 02:47:49 +08:00
dclint
This commit is contained in:
parent
d4dd9806b4
commit
fc40d136e4
35 changed files with 698 additions and 681 deletions
|
@ -1,18 +1,19 @@
|
|||
name: homebox
|
||||
services:
|
||||
homebox:
|
||||
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
|
||||
- HBOX_OPTIONS_ALLOW_ANALYTICS=false
|
||||
volumes:
|
||||
- homebox_data:/data/
|
||||
environment:
|
||||
- HBOX_LOG_LEVEL=info
|
||||
- HBOX_LOG_FORMAT=text
|
||||
- HBOX_WEB_MAX_FILE_UPLOAD=10
|
||||
- HBOX_OPTIONS_ALLOW_ANALYTICS=false
|
||||
networks:
|
||||
- default
|
||||
- proxy
|
||||
restart: unless-stopped
|
||||
labels:
|
||||
caddy: homebox.ferngarden.net
|
||||
caddy.import: internal
|
||||
|
@ -24,5 +25,5 @@ networks:
|
|||
external: true
|
||||
|
||||
volumes:
|
||||
homebox_data:
|
||||
name: homebox_data
|
||||
homebox_data:
|
||||
name: homebox_data
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue