@@ -8,7 +8,7 @@ services:
88 memory : 1024M
99 container_name : immich-server
1010 hostname : immich-server
11- image : ghcr.io/immich-app/immich-server:v2.5 .3
11+ image : ghcr.io/immich-app/immich-server:v2.6 .3
1212 volumes :
1313 - /DATA/Gallery/immich:/usr/src/app/upload
1414 - /etc/localtime:/etc/localtime:ro
@@ -30,7 +30,7 @@ services:
3030 immich-machine-learning :
3131 container_name : immich-machine-learning
3232 hostname : immich-machine-learning
33- image : ghcr.io/immich-app/immich-machine-learning:v2.5 .3
33+ image : ghcr.io/immich-app/immich-machine-learning:v2.6 .3
3434 environment :
3535 DB_DATABASE_NAME : immich
3636 DB_PASSWORD : postgres
@@ -46,19 +46,17 @@ services:
4646 redis :
4747 container_name : immich-redis
4848 hostname : immich-redis
49- image : docker.io/redis:6.2-alpine @sha256:148bb5411c184abd288d9aaed139c98123eeb8824c5d3fce03cf721db58066d8
49+ image : docker.io/valkey/valkey:9 @sha256:3eeb09785cd61ec8e3be35f8804c8892080f3ca21934d628abc24ee4ed1698f6
5050 healthcheck :
5151 test : redis-cli ping || exit 1
52- volumes :
53- - /DATA/AppData/immich/redis:/data
5452 restart : unless-stopped
5553 networks :
5654 - immich
5755
5856 database :
5957 container_name : immich-postgres
6058 hostname : immich-postgres
61- image : ghcr.io/immich-app/postgres:14-vectorchord0.4.3-pgvectors0.2.0
59+ image : ghcr.io/immich-app/postgres:14-vectorchord0.4.3-pgvectors0.2.0@sha256:bcf63357191b76a916ae5eb93464d65c07511da41e3bf7a8416db519b40b1c23
6260 environment :
6361 POSTGRES_PASSWORD : postgres
6462 POSTGRES_USER : postgres
@@ -72,7 +70,7 @@ services:
7270
7371networks :
7472 immich :
75- name : immich
73+ driver : bridge
7674
7775x-casaos :
7876 architectures :
0 commit comments