add: homarr initial committ

This commit is contained in:
2026-02-25 20:59:12 -05:00
parent 50e2363837
commit bbd314cff5
9 changed files with 34 additions and 0 deletions

View File

@@ -0,0 +1 @@
SECRET_ENCRYPTION_KEY=

View File

@@ -0,0 +1,33 @@
---
# Homarr
# A self-hosted web dashboard
# Created by Thomas Camlong
# ↳ https://github.com/homarr-labs/homarr
services:
homarr:
image: ghcr.io/homarr-labs/homarr:latest
container_name: homarr
restart: unless-stopped
networks:
- proxy
# ports:
# - 7575:7575
environment:
PUID: 1000
PGID: 1000
SECRET_ENCRYPTION_KEY: ${SECRET_ENCRYPTION_KEY}
volumes:
- /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro
- /home/fxequals/docker/homarr/data:/appdata
networks:
proxy:
external: true
# Documentation available at https://homarr.dev/docs