Merge branch 'main' into renovate/ghcr.io-linuxserver-lidarr
All checks were successful
Lint on PR / Lint YAML files (pull_request) Successful in 7s
Deploy to Hosts / deploy (pull_request) Successful in 52s

This commit is contained in:
Matt Reeves 2024-10-12 13:40:37 -04:00
commit cbb553384c
6 changed files with 7 additions and 7 deletions

View file

@ -1,6 +1,6 @@
services: services:
ollama: ollama:
image: ollama/ollama:0.3.12 image: ollama/ollama:0.3.13
container_name: ollama container_name: ollama
restart: unless-stopped restart: unless-stopped
networks: networks:

View file

@ -1,7 +1,7 @@
--- ---
services: services:
bazarr: bazarr:
image: ghcr.io/linuxserver/bazarr@sha256:137f55b12859e7f6905c513d403ba80dfe3b2afe7fa892c891c1982996a114ba image: ghcr.io/linuxserver/bazarr@sha256:d7d431c29d1c94e7009b6b8b1eb5078689416278b5e6664cad864b28b9ead345
container_name: bazarr container_name: bazarr
ports: ports:
- "6767:6767" - "6767:6767"
@ -43,7 +43,7 @@ services:
- PGID=1000 - PGID=1000
radarr: radarr:
image: ghcr.io/linuxserver/radarr@sha256:d758c5a5edc4cda1263260948b3f460f511430bccea505dca3cb70af01332ff8 image: ghcr.io/linuxserver/radarr@sha256:e0045d420eaf298a9449e12ed1cce654f171cc1043311f0f1cadaf2afeabe795
container_name: radarr container_name: radarr
ports: ports:
- "7878:7878" - "7878:7878"

View file

@ -1,7 +1,7 @@
version: '3.9' version: '3.9'
services: services:
sabnzbd: sabnzbd:
image: ghcr.io/linuxserver/sabnzbd@sha256:a33738b946bee3bd2a754b2e576643d069ac2913d88290ef13d8e00f0c0e1224 image: ghcr.io/linuxserver/sabnzbd@sha256:f87f9d4fa0e19f8e7b292638b3fa89cafc4a96d858fbda8106e3cea6343432c1
container_name: sabnzbd container_name: sabnzbd
environment: environment:
- PUID=1000 - PUID=1000

View file

@ -1,7 +1,7 @@
--- ---
services: services:
kasm: kasm:
image: ghcr.io/linuxserver/kasm@sha256:4096b7de6ab7da4686be370c5408c7df60412fb4d9116820050fbdf3db279281 image: ghcr.io/linuxserver/kasm@sha256:46ef1bc7288b077ed75fe85bfe6e5086bbb68d236cce6cbc463421ee22d65d78
container_name: kasm container_name: kasm
privileged: true privileged: true
environment: environment:

View file

@ -27,7 +27,7 @@ services:
PAPERLESS_TIKA_ENDPOINT: http://tika:9998 PAPERLESS_TIKA_ENDPOINT: http://tika:9998
gotenberg: gotenberg:
image: docker.io/gotenberg/gotenberg:8.11 image: docker.io/gotenberg/gotenberg:8.12
restart: unless-stopped restart: unless-stopped
# The gotenberg chromium route is used to convert .eml files. We do not # The gotenberg chromium route is used to convert .eml files. We do not

View file

@ -1,6 +1,6 @@
services: services:
portainer: portainer:
image: portainer/portainer-ee@sha256:e3654cf6c105ad494e739ac3ff29e11f1a70cc4550cea5ddf42f0fd26a156256 image: portainer/portainer-ee@sha256:95f9bc597f95ff0b1f5baf33fed604d490549c5d56317b67b4dd39b8ec004ff9
container_name: portainer container_name: portainer
command: -H unix:///var/run/docker.sock command: -H unix:///var/run/docker.sock
ports: ports: