Skip to content

Commit

Permalink
fix homebox
Browse files Browse the repository at this point in the history
  • Loading branch information
peaklabs-dev committed Oct 9, 2024
1 parent 826b4b0 commit b074307
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions templates/compose/homebox.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,26 +4,18 @@
# logo: svgs/homebox.svg
# port: 7745

version: "3.8"

services:
homebox:
image: ghcr.io/hay-kot/homebox:latest
container_name: "homebox"
restart: unless-stopped
environment:
- SERVICE_FQDN_HOMEBOX_7745
- HBOX_LOG_LEVEL=info
- HBOX_LOG_FORMAT=text
- HBOX_WEB_MAX_UPLOAD_SIZE=10
- HBOX_LOG_LEVEL=${HBOX_LOG_LEVEL:-info}
- HBOX_LOG_FORMAT=${HBOX_LOG_FORMAT:-text}
- HBOX_WEB_MAX_UPLOAD_SIZE=${HBOX_WEB_MAX_UPLOAD_SIZE:-10}
volumes:
- homebox-data:/data/
healthcheck:
test: ["CMD", "wget", "-q", "--spider", "http://127.0.0.1:7745"]
interval: 5s
timeout: 20s
retries: 10

volumes:
homebox-data:
driver: local

0 comments on commit b074307

Please sign in to comment.