Merge branch 'main' into renovate/ghcr.io-linuxserver-lidarr
This commit is contained in:
commit
cbb553384c
6 changed files with 7 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
services:
|
||||
ollama:
|
||||
image: ollama/ollama:0.3.12
|
||||
image: ollama/ollama:0.3.13
|
||||
container_name: ollama
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
services:
|
||||
bazarr:
|
||||
image: ghcr.io/linuxserver/bazarr@sha256:137f55b12859e7f6905c513d403ba80dfe3b2afe7fa892c891c1982996a114ba
|
||||
image: ghcr.io/linuxserver/bazarr@sha256:d7d431c29d1c94e7009b6b8b1eb5078689416278b5e6664cad864b28b9ead345
|
||||
container_name: bazarr
|
||||
ports:
|
||||
- "6767:6767"
|
||||
|
@ -43,7 +43,7 @@ services:
|
|||
- PGID=1000
|
||||
|
||||
radarr:
|
||||
image: ghcr.io/linuxserver/radarr@sha256:d758c5a5edc4cda1263260948b3f460f511430bccea505dca3cb70af01332ff8
|
||||
image: ghcr.io/linuxserver/radarr@sha256:e0045d420eaf298a9449e12ed1cce654f171cc1043311f0f1cadaf2afeabe795
|
||||
container_name: radarr
|
||||
ports:
|
||||
- "7878:7878"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
version: '3.9'
|
||||
services:
|
||||
sabnzbd:
|
||||
image: ghcr.io/linuxserver/sabnzbd@sha256:a33738b946bee3bd2a754b2e576643d069ac2913d88290ef13d8e00f0c0e1224
|
||||
image: ghcr.io/linuxserver/sabnzbd@sha256:f87f9d4fa0e19f8e7b292638b3fa89cafc4a96d858fbda8106e3cea6343432c1
|
||||
container_name: sabnzbd
|
||||
environment:
|
||||
- PUID=1000
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
services:
|
||||
kasm:
|
||||
image: ghcr.io/linuxserver/kasm@sha256:4096b7de6ab7da4686be370c5408c7df60412fb4d9116820050fbdf3db279281
|
||||
image: ghcr.io/linuxserver/kasm@sha256:46ef1bc7288b077ed75fe85bfe6e5086bbb68d236cce6cbc463421ee22d65d78
|
||||
container_name: kasm
|
||||
privileged: true
|
||||
environment:
|
||||
|
|
|
@ -27,7 +27,7 @@ services:
|
|||
PAPERLESS_TIKA_ENDPOINT: http://tika:9998
|
||||
|
||||
gotenberg:
|
||||
image: docker.io/gotenberg/gotenberg:8.11
|
||||
image: docker.io/gotenberg/gotenberg:8.12
|
||||
restart: unless-stopped
|
||||
|
||||
# The gotenberg chromium route is used to convert .eml files. We do not
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
services:
|
||||
portainer:
|
||||
image: portainer/portainer-ee@sha256:e3654cf6c105ad494e739ac3ff29e11f1a70cc4550cea5ddf42f0fd26a156256
|
||||
image: portainer/portainer-ee@sha256:95f9bc597f95ff0b1f5baf33fed604d490549c5d56317b67b4dd39b8ec004ff9
|
||||
container_name: portainer
|
||||
command: -H unix:///var/run/docker.sock
|
||||
ports:
|
||||
|
|
Loading…
Reference in a new issue