Compare commits
1 Commits
renovate/p
...
bc939d2571
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
bc939d2571 |
@@ -1,7 +1,7 @@
|
||||
services:
|
||||
immich-server:
|
||||
container_name: immich_server
|
||||
image: ghcr.io/immich-app/immich-server:v2.7.2
|
||||
image: ghcr.io/immich-app/immich-server:v2.6.3
|
||||
# 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.7.2
|
||||
image: ghcr.io/immich-app/immich-machine-learning:v2.6.3
|
||||
volumes:
|
||||
- model-cache:/cache
|
||||
env_file:
|
||||
|
||||
@@ -63,7 +63,7 @@ services:
|
||||
|
||||
# Node Exporter - Host System Metrics
|
||||
node_exporter:
|
||||
image: prom/node-exporter:v1.11.1
|
||||
image: prom/node-exporter:v1.10.2
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "9100:9100"
|
||||
|
||||
@@ -49,7 +49,7 @@ services:
|
||||
PAPERLESS_REDIRECT_LOGIN_TO_SSO: true
|
||||
|
||||
gotenberg:
|
||||
image: docker.io/gotenberg/gotenberg:8.29.1
|
||||
image: docker.io/gotenberg/gotenberg:8.30.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.15.0
|
||||
image: ghcr.io/element-hq/matrix-authentication-service:1.14.0
|
||||
restart: always
|
||||
working_dir: /config
|
||||
volumes:
|
||||
|
||||
Reference in New Issue
Block a user