Skip to content

Commit b074307

Browse files
committed
fix homebox
1 parent 826b4b0 commit b074307

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

templates/compose/homebox.yaml

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,26 +4,18 @@
44
# logo: svgs/homebox.svg
55
# port: 7745
66

7-
version: "3.8"
8-
97
services:
108
homebox:
119
image: ghcr.io/hay-kot/homebox:latest
12-
container_name: "homebox"
13-
restart: unless-stopped
1410
environment:
1511
- SERVICE_FQDN_HOMEBOX_7745
16-
- HBOX_LOG_LEVEL=info
17-
- HBOX_LOG_FORMAT=text
18-
- HBOX_WEB_MAX_UPLOAD_SIZE=10
12+
- HBOX_LOG_LEVEL=${HBOX_LOG_LEVEL:-info}
13+
- HBOX_LOG_FORMAT=${HBOX_LOG_FORMAT:-text}
14+
- HBOX_WEB_MAX_UPLOAD_SIZE=${HBOX_WEB_MAX_UPLOAD_SIZE:-10}
1915
volumes:
2016
- homebox-data:/data/
2117
healthcheck:
2218
test: ["CMD", "wget", "-q", "--spider", "http://127.0.0.1:7745"]
2319
interval: 5s
2420
timeout: 20s
2521
retries: 10
26-
27-
volumes:
28-
homebox-data:
29-
driver: local

0 commit comments

Comments
 (0)