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

30 lines
1.3 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-07-15) after the Watchtower-pulled
# "latest"/main-branch build from 2026-07-11 caused severe board-editor
# slowness. "latest" tracks Homarr's unstable main branch, not a release
# line, so do not switch this back to :latest without testing first.