Compare commits

..

8 Commits

Author SHA1 Message Date
96726e8952 build 2026-01-29 03:09:41 +01:00
f7ed46d559 build 2026-01-29 03:04:51 +01:00
ada9ea87e3 build 2026-01-25 01:29:26 +01:00
0aeb48ed76 build 2026-01-25 01:25:13 +01:00
87c552f810 build 2026-01-25 01:13:07 +01:00
9ead94bcee build 2026-01-25 01:06:48 +01:00
8965ce1e13 build 2026-01-25 01:03:55 +01:00
68381f0537 build 2026-01-25 00:31:45 +01:00
2 changed files with 25 additions and 4 deletions

View File

@@ -248,9 +248,12 @@ services:
- jellyseerr_config:/app/config - jellyseerr_config:/app/config
lidarr: lidarr:
container_name: lidarr container_name: lidarr
dns:
- 8.8.8.8
- 192.168.77.101
environment: environment:
- PUID=1000 # - PUID=1000
- PGID=1000 # - PGID=1000
- TZ=Europe/Bratislava - TZ=Europe/Bratislava
hostname: lidarr hostname: lidarr
image: ${DOCKER_REGISTRY:-}lscr.io/linuxserver/lidarr:latest image: ${DOCKER_REGISTRY:-}lscr.io/linuxserver/lidarr:latest

View File

@@ -9,11 +9,29 @@ services:
volumes: volumes:
- models:/root/.ollama - models:/root/.ollama
environment: environment:
- HSA_OVERRIDE_GFX_VERSION=11.0.0 - HSA_OVERRIDE_GFX_VERSION=10.3.0
ports: ports:
- "11434:11434" - "11434:11434"
dns: dns:
- "8.8.8.8" - "8.8.8.8"
openwebui:
image: ghcr.io/open-webui/open-webui:main
ports:
- "3004:8080"
volumes: volumes:
- open-webui:/app/backend/data
environment:
- OAUTH_CLIENT_ID=00064iMSupbqgHwpL7f0k27BpKZ6JUDcdKOYFtRM
- OAUTH_CLIENT_SECRET=A8Hlk2kKjfU1WTIOxKejOrPxpji9hmg5kVEMXF03Z4ptokEkBComXrBfxkQbDUHMzbp1W5y3uulIxZ2K1VlRcQC7x28yMnYryHmUatcACFHNAKKJuN6HHnZXQSZsi0se
- OAUTH_PROVIDER_NAME=authentik
- OPENID_PROVIDER_URL=https://auth.sectorq.eu/application/o/openwebui/.well-known/openid-configuration
- OPENID_REDIRECT_URI=https://openwebui.sectorq.eu/oauth/oidc/callback
- WEBUI_URL=https://openwebui.sectorq.eu
# Allows auto-creation of new users using OAuth. Must be paired with ENABLE_LOGIN_FORM=false.
- ENABLE_OAUTH_SIGNUP=true
# Disables user/password login form. Required when ENABLE_OAUTH_SIGNUP=true.
- ENABLE_LOGIN_FORM=false
- OAUTH_MERGE_ACCOUNTS_BY_EMAIL=true
volumes:
open-webui:
models: models: