Compare commits

..

No commits in common. "5b0eabb3ef8d707418ec48c0d6e018d9f524dbef" and "c1fc5213a2a7e0ac4bb6d667853c480c40f7aa15" have entirely different histories.

View file

@ -1,7 +1,9 @@
version: "3.8"
services: services:
immich-server: immich-server:
container_name: immich_server container_name: immich_server
image: ghcr.io/immich-app/immich-server:v1.134.0@sha256:073fc04c7e3d18ace466c20763809cf17aa55765ed610f12971b392a6a80b50c image: ghcr.io/immich-app/immich-server:v1.131.2@sha256:de80b21948fc3ec4c96872c24bf3ea556a8d9b5bfc3e83445e0094b605282761
ports: ports:
- 2283:2283 - 2283:2283
volumes: volumes:
@ -19,7 +21,7 @@ services:
immich-machine-learning: immich-machine-learning:
container_name: immich_machine_learning container_name: immich_machine_learning
image: ghcr.io/immich-app/immich-machine-learning:v1.134.0@sha256:e157e0fa0d4363b0b6bab1923adab5951bbcdb71cd9016470bc6810dae21d115 image: ghcr.io/immich-app/immich-machine-learning:v1.131.2@sha256:29836cf73146057ac388546021fff3e00c923e22a28587cceb5108a5e537987d
volumes: volumes:
- model-cache:/cache - model-cache:/cache
env_file: env_file:
@ -30,7 +32,7 @@ services:
redis: redis:
container_name: immich_redis container_name: immich_redis
image: redis:8.0-alpine@sha256:48501c5ad00d5563bc30c075c7bcef41d7d98de3e9a1e6c752068c66f0a8463b image: redis:6.2-alpine@sha256:148bb5411c184abd288d9aaed139c98123eeb8824c5d3fce03cf721db58066d8
restart: always restart: always
networks: networks:
- immich - immich