Files
homelab-configs/siklos/homarr/docker-compose.yml
T

32 lines
1.4 KiB
YAML

services:
homarr:
container_name: homarr
image: ghcr.io/homarr-labs/homarr@sha256:5f34ec41f37915e78a75fe33ecfc5fb00404707b838aa8e50d6570564db66f8e
restart: unless-stopped
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- /srv/docker/homarr/.homarr/appdata:/appdata
environment:
- SECRET_ENCRYPTION_KEY=d1478a30f89d49cfe0599c38dcf061672b3e24e519957a83a1122768002d0357
- BASE_URL=http://192.168.88.111:7575
- TZ=America/Chicago
- FORCE_HTTPS=false
- APP_URL=https://homarr.jgitta.com
- AUTH_PROVIDER=oidc
- AUTH_PROVIDERS=credentials
- AUTH_OIDC_CLIENT_ID=N4IjZa85HQUitEMT57HFb2qKPzThQ0QdFkQJubYE
- AUTH_OIDC_CLIENT_SECRET=c69c12fdbc824166645215f2377b366b4931140667cd9a0b61e5dc63272e802f
- AUTH_OIDC_URI=https://auth.jgitta.com/application/o/homarr/
- AUTH_OIDC_CLIENT_NAME=Authentik
- AUTH_OIDC_ADMIN_GROUP=authentik Admins
ports:
- '7575:7575'
labels:
- com.centurylinklabs.watchtower.enable=false
# Pinned to a known-good build (2026-06-27, Next.js 16.2.9) after
# v1.70.0 and v1.71.0 (both Next.js 16.2.10) were confirmed via direct
# testing to still have the board-editor slowness tied to the open
# upstream memory leak in homarr-labs/homarr#6300. Do not update past
# this digest until that issue is resolved and a build past 16.2.10
# has been tested.