Merge branch 'main' into renovate/ghcr.io-goauthentik-server
All checks were successful
Lint on PR / Lint YAML files (pull_request) Successful in 10s
Deploy to Hosts / deploy (pull_request) Successful in 51s

This commit is contained in:
Matt Reeves 2024-07-18 00:53:30 -04:00
commit 47e298dfaf
7 changed files with 7 additions and 7 deletions

View file

@ -18,7 +18,7 @@ services:
capabilities: [gpu] capabilities: [gpu]
open-webui: open-webui:
image: ghcr.io/open-webui/open-webui:0.3.7 image: ghcr.io/open-webui/open-webui:v0.3.10
container_name: open-webui container_name: open-webui
restart: unless-stopped restart: unless-stopped
ports: ports:

View file

@ -122,7 +122,7 @@ services:
- gitea_main - gitea_main
vaultwarden: vaultwarden:
image: docker.mafyuh.xyz/vaultwarden/server:1.30.5 image: docker.mafyuh.xyz/vaultwarden/server:1.31.0
container_name: vaultwarden container_name: vaultwarden
ports: ports:
- 8989:80 - 8989:80

View file

@ -57,7 +57,7 @@ services:
- PGID=1000 - PGID=1000
sonarr: sonarr:
image: ghcr.io/linuxserver/sonarr@sha256:3f193d343c1225676c1ea0547c5022fd83c4459a493870179dff9e87c54dbbc9 image: ghcr.io/linuxserver/sonarr@sha256:fbee5770f688e4f89dd073534feda11251bfde0e0a4e6ac74dd8c33bb856b505
container_name: sonarr container_name: sonarr
ports: ports:
- "8989:8989" - "8989:8989"

View file

@ -1,7 +1,7 @@
--- ---
services: services:
jellyfin: jellyfin:
image: ghcr.io/linuxserver/jellyfin@sha256:1574f396ec9a235c980a6e2e2e1a297eaef4d561b4eade522eb1143e79441332 image: ghcr.io/linuxserver/jellyfin@sha256:6844dff8f5b130a19625c3ad051c63597480bc0b9da77b5bd10f58aa719dab91
container_name: jellyfin container_name: jellyfin
devices: devices:
- /dev/dri/renderD129:/dev/dri/renderD129 - /dev/dri/renderD129:/dev/dri/renderD129

View file

@ -1,7 +1,7 @@
--- ---
services: services:
netbootxyz: netbootxyz:
image: ghcr.io/linuxserver/netbootxyz@sha256:f1d0a90e7b677bcafcf3791aae86e52e2d8a307920f475581b5afe4b96e24641 image: ghcr.io/linuxserver/netbootxyz@sha256:b1fb54be7e3f274b4a488eb2a8565e541ca4f105228028dd0afbb3ce8614810a
container_name: netboot container_name: netboot
environment: environment:
- PUID=1000 - PUID=1000

View file

@ -1,7 +1,7 @@
--- ---
services: services:
nexus: nexus:
image: docker.mafyuh.xyz/sonatype/nexus3:3.69.0 image: docker.mafyuh.xyz/sonatype/nexus3:3.70.1
container_name: nexus container_name: nexus
restart: unless-stopped restart: unless-stopped
ports: ports:

View file

@ -3,7 +3,7 @@ version: "2.1"
services: services:
whisperasr: whisperasr:
container_name: whisper container_name: whisper
image: onerahmet/openai-whisper-asr-webservice:v1.4.1-gpu image: onerahmet/openai-whisper-asr-webservice:v1.5.0-gpu
environment: environment:
- ASR_MODEL=base.en - ASR_MODEL=base.en
- ASR_ENGINE=faster_whisper - ASR_ENGINE=faster_whisper