Merge branch 'main' into renovate/docker.mafyuh.xyz-ollama-ollama-0.x
All checks were successful
Lint on PR / Lint YAML files (pull_request) Successful in 8s
Deploy to Hosts / deploy (pull_request) Successful in 50s

This commit is contained in:
Matt Reeves 2024-06-30 00:02:53 -04:00
commit 86a95198ae
4 changed files with 19 additions and 4 deletions

View file

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

View file

@ -57,7 +57,7 @@ services:
- PGID=1000
sonarr:
image: ghcr.io/linuxserver/sonarr@sha256:275467ba17d990bbc6301dec3cc76b042969836749de39067818759d0f3b407f
image: ghcr.io/linuxserver/sonarr@sha256:782a911f0f3e9ad3a9cf39292e1d43b8a184cb989d7edc4abc8d8480b221b5aa
container_name: sonarr
ports:
- "8989:8989"
@ -157,6 +157,21 @@ services:
- 21027:21027/udp
restart: unless-stopped
code-server:
image: ghcr.io/linuxserver/code-server@sha256:086c9625a89bec4ea651cea26ee5ec7c242fe3d318fdc9142fd89b091bae04e6
container_name: code-server
environment:
- PUID=1000
- PGID=1000
- TZ=Etc/UTC
- SUDO_PASSWORD=$SUDO_PASSWORD
- PROXY_DOMAIN=$PROXY_DOMAIN
volumes:
- /docker/appdata/code-server/config:/config
ports:
- 8443:8443
restart: unless-stopped
networks:
default:
name: arrs_default

View file

@ -32,7 +32,7 @@ services:
- VPN_USER=mafyuh+pmp
- VPN_PASS=
- STRICT_PORT_FORWARD=yes
- LAN_NETWORK=10.0.0.0/24,10.69.69.0/24
- LAN_NETWORK=$LAN_NETWORK
- ENABLE_PRIVOXY=yes
- PUID=1000
- PGID=1000

View file

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