Compare commits
5 Commits
bc939d2571
...
renovate/p
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ac72661a37 | ||
| 4096c9e8ec | |||
| e6ffdf05fa | |||
|
|
1033be0ace | ||
|
|
160cb33802 |
@@ -1,7 +1,7 @@
|
||||
services:
|
||||
immich-server:
|
||||
container_name: immich_server
|
||||
image: ghcr.io/immich-app/immich-server:v2.6.3
|
||||
image: ghcr.io/immich-app/immich-server:v2.7.2
|
||||
# extends:
|
||||
# file: hwaccel.transcoding.yml
|
||||
# service: cpu # set to one of [nvenc, quicksync, rkmpp, vaapi, vaapi-wsl] for accelerated transcoding
|
||||
@@ -25,7 +25,7 @@ services:
|
||||
|
||||
immich-machine-learning:
|
||||
container_name: immich_machine_learning
|
||||
image: ghcr.io/immich-app/immich-machine-learning:v2.6.3
|
||||
image: ghcr.io/immich-app/immich-machine-learning:v2.7.2
|
||||
volumes:
|
||||
- model-cache:/cache
|
||||
env_file:
|
||||
|
||||
@@ -63,7 +63,7 @@ services:
|
||||
|
||||
# Node Exporter - Host System Metrics
|
||||
node_exporter:
|
||||
image: prom/node-exporter:v1.10.2
|
||||
image: prom/node-exporter:v1.11.1
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "9100:9100"
|
||||
|
||||
@@ -49,7 +49,7 @@ services:
|
||||
PAPERLESS_REDIRECT_LOGIN_TO_SSO: true
|
||||
|
||||
gotenberg:
|
||||
image: docker.io/gotenberg/gotenberg:8.30.1
|
||||
image: docker.io/gotenberg/gotenberg:8.29.1
|
||||
restart: always
|
||||
|
||||
# The gotenberg chromium route is used to convert .eml files. We do not
|
||||
|
||||
@@ -61,7 +61,7 @@ services:
|
||||
ports:
|
||||
- 5440:5432
|
||||
mas:
|
||||
image: ghcr.io/element-hq/matrix-authentication-service:1.14.0
|
||||
image: ghcr.io/element-hq/matrix-authentication-service:1.15.0
|
||||
restart: always
|
||||
working_dir: /config
|
||||
volumes:
|
||||
|
||||
Reference in New Issue
Block a user