2024-10-03 15:58:35 +00:00
|
|
|
# documentation: https://homarr.dev
|
|
|
|
|
# slogan: Homarr is a self-hosted homepage for your services.
|
2025-08-17 16:23:57 +00:00
|
|
|
# category: productivity
|
2024-10-03 15:58:35 +00:00
|
|
|
# tags: homarr,self-hosted,homepage
|
|
|
|
|
# logo: svgs/homarr.svg
|
|
|
|
|
# port: 7575
|
|
|
|
|
|
|
|
|
|
services:
|
|
|
|
|
homarr:
|
2025-10-07 10:19:45 +00:00
|
|
|
image: ghcr.io/homarr-labs/homarr:v1.40.0
|
2024-10-03 15:58:35 +00:00
|
|
|
environment:
|
2025-08-10 08:10:22 +00:00
|
|
|
- SERVICE_URL_HOMARR_7575
|
2026-05-09 14:00:07 +00:00
|
|
|
- 'SECRET_ENCRYPTION_KEY=${SERVICE_HEX_64_HOMARR}'
|
2024-10-03 15:58:35 +00:00
|
|
|
volumes:
|
|
|
|
|
- /var/run/docker.sock:/var/run/docker.sock
|
2025-10-05 21:35:33 +00:00
|
|
|
- ./homarr/appdata:/appdata
|
2024-10-03 15:58:35 +00:00
|
|
|
healthcheck:
|
|
|
|
|
test: ["CMD", "wget", "-q", "--spider", "http://127.0.0.1:7575"]
|
|
|
|
|
interval: 5s
|
|
|
|
|
timeout: 20s
|
|
|
|
|
retries: 10
|