Compare commits

...

5 commits

Author SHA1 Message Date
57bc1c710b Merge branch 'main' into renovate/ghcr.io-linuxserver-jellyfin
All checks were successful
Lint on PR / Lint YAML files (pull_request) Successful in 9s
Deploy to Hosts / deploy (pull_request) Successful in 53s
2024-09-27 13:23:54 -04:00
56dd7fe64d ⬆️ Update ghcr.io/linuxserver/radarr Docker digest to 1a50d4f 2024-09-27 13:22:04 -04:00
d33d4cbb99 ⬆️ Update ollama/ollama Docker tag to v0.3.12
All checks were successful
Lint on PR / Lint YAML files (pull_request) Successful in 8s
Deploy to Hosts / deploy (pull_request) Successful in 55s
2024-09-25 07:00:32 +00:00
556f853a01 ⬆️ Update ghcr.io/open-webui/open-webui Docker tag to v0.3.28
All checks were successful
Lint on PR / Lint YAML files (pull_request) Successful in 10s
Deploy to Hosts / deploy (pull_request) Successful in 54s
2024-09-24 18:00:34 +00:00
1a80345ff9 ⬆️ Update ghcr.io/open-webui/open-webui Docker tag to v0.3.26
All checks were successful
Lint on PR / Lint YAML files (pull_request) Successful in 8s
Deploy to Hosts / deploy (pull_request) Successful in 55s
2024-09-24 14:00:30 +00:00
2 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
services: services:
ollama: ollama:
image: ollama/ollama:0.3.11 image: ollama/ollama:0.3.12
container_name: ollama container_name: ollama
restart: unless-stopped restart: unless-stopped
networks: networks:
@ -18,7 +18,7 @@ services:
capabilities: [gpu] capabilities: [gpu]
open-webui: open-webui:
image: ghcr.io/open-webui/open-webui:v0.3.23 image: ghcr.io/open-webui/open-webui:v0.3.28
container_name: open-webui container_name: open-webui
restart: unless-stopped restart: unless-stopped
networks: networks:

View file

@ -43,7 +43,7 @@ services:
- PGID=1000 - PGID=1000
radarr: radarr:
image: ghcr.io/linuxserver/radarr@sha256:df843d96b812d858b94377ffed1918424ece6735038a19e8ff93730277757b65 image: ghcr.io/linuxserver/radarr@sha256:1a50d4f08e283aa9ff4c723b940dceb4e8aeff7946e1993213efd0de3d5a4adb
container_name: radarr container_name: radarr
ports: ports:
- "7878:7878" - "7878:7878"