Skip to content

Commit 4e3323a

Browse files
authored
Merge branch 'main' into main
2 parents 40e1b28 + f95bc4f commit 4e3323a

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

services/immich/compose.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ services:
5757
# service: cpu # set to one of [nvenc, quicksync, rkmpp, vaapi, vaapi-wsl] for accelerated transcoding
5858
volumes:
5959
# Do not edit the next line. If you want to change the media storage location on your system, edit the value of UPLOAD_LOCATION in the .env file
60-
- ./${SERVICE}-data/upload:/usr/src/app/upload
60+
- ./${SERVICE}-data/upload:/data
6161
- /etc/localtime:/etc/localtime:ro
6262
env_file:
6363
- .env
@@ -92,7 +92,7 @@ services:
9292

9393
redis:
9494
container_name: app-${SERVICE}-redis
95-
image: docker.io/valkey/valkey:9@sha256:3eeb09785cd61ec8e3be35f8804c8892080f3ca21934d628abc24ee4ed1698f6
95+
image: docker.io/valkey/valkey:9@sha256:3b55fbaa0cd93cf0d9d961f405e4dfcc70efe325e2d84da207a0a8e6d8fde4f9
9696
healthcheck:
9797
test: redis-cli ping || exit 1
9898
restart: always

services/miniflux/compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ services:
6565
db:
6666
condition: service_healthy
6767
healthcheck:
68-
test: ["CMD", "wget", "--spider", "-q", "http://127.0.0.1:8080/health"]
68+
test: ["CMD", "/usr/bin/miniflux", "-healthcheck", "auto"]
6969
interval: 1m # How often to perform the check
7070
timeout: 10s # Time to wait for the check to succeed
7171
retries: 3 # Number of retries before marking as unhealthy

0 commit comments

Comments
 (0)