Merge remote-tracking branch 'origin/custom' into custom
This commit is contained in:
commit
f6e55dfb0b
|
|
@ -4,7 +4,7 @@ networks:
|
|||
|
||||
services:
|
||||
halo:
|
||||
image: halohub/halo:2.20.13
|
||||
image: halohub/halo:2.20.14
|
||||
container_name: ${CONTAINER_NAME}
|
||||
labels:
|
||||
createdBy: "Apps"
|
||||
|
|
@ -4,7 +4,7 @@ networks:
|
|||
|
||||
services:
|
||||
halo:
|
||||
image: halohub/halo:2.20.13
|
||||
image: halohub/halo:2.20.14
|
||||
container_name: ${CONTAINER_NAME}
|
||||
labels:
|
||||
createdBy: "Apps"
|
||||
|
|
@ -6,7 +6,7 @@ name: immich-machine-learning
|
|||
|
||||
services:
|
||||
immich-machine-learning:
|
||||
image: ghcr.io/immich-app/immich-machine-learning:v1.125.1
|
||||
image: ghcr.io/immich-app/immich-machine-learning:v1.125.2
|
||||
container_name: immich-machine-learning-${CONTAINER_NAME}
|
||||
labels:
|
||||
createdBy: "Apps"
|
||||
|
|
@ -47,7 +47,7 @@ services:
|
|||
immich-server:
|
||||
depends_on:
|
||||
- immich-pg14-vectors
|
||||
image: ghcr.io/immich-app/immich-server:v1.125.1
|
||||
image: ghcr.io/immich-app/immich-server:v1.125.2
|
||||
container_name: immich-server-${CONTAINER_NAME}
|
||||
labels:
|
||||
createdBy: "Apps"
|
||||
|
|
@ -6,7 +6,7 @@ name: immich-server
|
|||
|
||||
services:
|
||||
immich-server:
|
||||
image: ghcr.io/immich-app/immich-server:v1.125.1
|
||||
image: ghcr.io/immich-app/immich-server:v1.125.2
|
||||
container_name: immich-server-${CONTAINER_NAME}
|
||||
labels:
|
||||
createdBy: "Apps"
|
||||
|
|
@ -47,7 +47,7 @@ services:
|
|||
immich-server:
|
||||
depends_on:
|
||||
- immich-pg14-vectors
|
||||
image: ghcr.io/immich-app/immich-server:v1.125.1
|
||||
image: ghcr.io/immich-app/immich-server:v1.125.2
|
||||
container_name: immich-server-${CONTAINER_NAME}
|
||||
labels:
|
||||
createdBy: "Apps"
|
||||
|
|
@ -73,7 +73,7 @@ services:
|
|||
- /etc/localtime:/etc/localtime
|
||||
|
||||
immich-machine-learning:
|
||||
image: ghcr.io/immich-app/immich-machine-learning:v1.125.1
|
||||
image: ghcr.io/immich-app/immich-machine-learning:v1.125.2
|
||||
container_name: immich-machine-learning-${CONTAINER_NAME}
|
||||
labels:
|
||||
createdBy: "Apps"
|
||||
|
|
@ -4,7 +4,7 @@ networks:
|
|||
|
||||
services:
|
||||
jellyfin:
|
||||
image: jellyfin/jellyfin:10.10.4
|
||||
image: jellyfin/jellyfin:10.10.5
|
||||
container_name: ${CONTAINER_NAME}
|
||||
labels:
|
||||
createdBy: "Apps"
|
||||
|
|
@ -4,7 +4,7 @@ networks:
|
|||
|
||||
services:
|
||||
nezha-dash:
|
||||
image: hamster1963/nezha-dash:v2.4.0
|
||||
image: hamster1963/nezha-dash:v2.5.0
|
||||
container_name: ${CONTAINER_NAME}
|
||||
labels:
|
||||
createdBy: "Apps"
|
||||
|
|
@ -4,7 +4,7 @@ networks:
|
|||
|
||||
services:
|
||||
onedev:
|
||||
image: 1dev/server:11.6.11
|
||||
image: 1dev/server:11.6.12
|
||||
container_name: ${CONTAINER_NAME}
|
||||
labels:
|
||||
createdBy: "Apps"
|
||||
|
|
@ -4,7 +4,7 @@ networks:
|
|||
|
||||
services:
|
||||
prowlarr:
|
||||
image: linuxserver/prowlarr:1.29.2
|
||||
image: linuxserver/prowlarr:1.30.2
|
||||
container_name: ${CONTAINER_NAME}
|
||||
labels:
|
||||
createdBy: "Apps"
|
||||
|
|
@ -23,7 +23,7 @@ services:
|
|||
timeout: 10s
|
||||
retries: 3
|
||||
rsshub:
|
||||
image: diygod/rsshub:2025-01-23
|
||||
image: diygod/rsshub:2025-01-25
|
||||
container_name: rsshub-${CONTAINER_NAME}
|
||||
depends_on:
|
||||
- browserless
|
||||
Loading…
Reference in New Issue