Merge branch 'main' into renovate/ghcr.io-linuxserver-adguardhome-sync
This commit is contained in:
commit
9098295de2
5 changed files with 10 additions and 6 deletions
|
@ -17,6 +17,10 @@ jobs:
|
|||
with:
|
||||
node-version: 14
|
||||
|
||||
- name: Install yamllint
|
||||
run: |
|
||||
npm install -g yaml-lint
|
||||
|
||||
- name: Show yamllint version
|
||||
run: |
|
||||
yamllint --version
|
||||
|
|
|
@ -29,7 +29,7 @@ services:
|
|||
- host.docker.internal:host-gateway
|
||||
|
||||
mindsdb:
|
||||
image: mindsdb/mindsdb:v24.7.3.0
|
||||
image: mindsdb/mindsdb:v24.7.5.0
|
||||
container_name: mindsdb
|
||||
ports:
|
||||
- 47334:47334
|
||||
|
|
|
@ -107,7 +107,7 @@ services:
|
|||
networks:
|
||||
- gitea_main
|
||||
n8n:
|
||||
image: ghcr.io/n8n-io/n8n:1.51.0
|
||||
image: ghcr.io/n8n-io/n8n:1.52.2
|
||||
container_name: n8n
|
||||
ports:
|
||||
- 5678:5678
|
||||
|
|
|
@ -15,7 +15,7 @@ services:
|
|||
- PGID=1000
|
||||
|
||||
lidarr:
|
||||
image: ghcr.io/linuxserver/lidarr@sha256:3c093803236a9f694f805392a5d6461b550f70b3f9cf4be0bc73b3428e3dbe90
|
||||
image: ghcr.io/linuxserver/lidarr@sha256:5855582eee07024c2584c01aaf955901303162bf00de183a1fbf2e9b81041695
|
||||
container_name: lidarr
|
||||
ports:
|
||||
- "8686:8686"
|
||||
|
@ -31,7 +31,7 @@ services:
|
|||
- PGID=1000
|
||||
|
||||
prowlarr:
|
||||
image: ghcr.io/linuxserver/prowlarr@sha256:9a98da4fb506278ce92c2fdbb4e08a38418dd1456e3dd8b3a1f00a42a8ec4fb0
|
||||
image: ghcr.io/linuxserver/prowlarr@sha256:7fe57565907f4f776d43c15b2e020a0e4a62fe1e04e80e25b85a3ae4ca49e5d0
|
||||
container_name: prowlarr
|
||||
ports:
|
||||
- "9696:9696"
|
||||
|
|
|
@ -32,7 +32,7 @@ services:
|
|||
volumes:
|
||||
- redis:/data
|
||||
server:
|
||||
image: ghcr.io/goauthentik/server@sha256:f79b6cf35b29a8591136afb633ddd46da303e9cd2ca82c7cdfbd020a780e15e8
|
||||
image: ghcr.io/goauthentik/server@sha256:a98f95518269d01bb812eb0e12c6647f3d08a36e37b9fdbdccf9345d4431b9f0
|
||||
restart: unless-stopped
|
||||
command: server
|
||||
environment:
|
||||
|
@ -53,7 +53,7 @@ services:
|
|||
- postgresql
|
||||
- redis
|
||||
worker:
|
||||
image: ghcr.io/goauthentik/server@sha256:f79b6cf35b29a8591136afb633ddd46da303e9cd2ca82c7cdfbd020a780e15e8
|
||||
image: ghcr.io/goauthentik/server@sha256:a98f95518269d01bb812eb0e12c6647f3d08a36e37b9fdbdccf9345d4431b9f0
|
||||
restart: unless-stopped
|
||||
command: worker
|
||||
environment:
|
||||
|
|
Loading…
Reference in a new issue