Compare commits
10 commits
c1fc5213a2
...
5b0eabb3ef
Author | SHA1 | Date | |
---|---|---|---|
5b0eabb3ef | |||
2ba7e1433e | |||
c46b591fca | |||
29c62c4925 | |||
177ae37562 | |||
236e2770f2 | |||
e820df3dfe | |||
a81103b26a | |||
c7127aba95 | |||
66632da413 |
1 changed files with 3 additions and 5 deletions
|
@ -1,9 +1,7 @@
|
|||
version: "3.8"
|
||||
|
||||
services:
|
||||
immich-server:
|
||||
container_name: immich_server
|
||||
image: ghcr.io/immich-app/immich-server:v1.131.2@sha256:de80b21948fc3ec4c96872c24bf3ea556a8d9b5bfc3e83445e0094b605282761
|
||||
image: ghcr.io/immich-app/immich-server:v1.134.0@sha256:073fc04c7e3d18ace466c20763809cf17aa55765ed610f12971b392a6a80b50c
|
||||
ports:
|
||||
- 2283:2283
|
||||
volumes:
|
||||
|
@ -21,7 +19,7 @@ services:
|
|||
|
||||
immich-machine-learning:
|
||||
container_name: immich_machine_learning
|
||||
image: ghcr.io/immich-app/immich-machine-learning:v1.131.2@sha256:29836cf73146057ac388546021fff3e00c923e22a28587cceb5108a5e537987d
|
||||
image: ghcr.io/immich-app/immich-machine-learning:v1.134.0@sha256:e157e0fa0d4363b0b6bab1923adab5951bbcdb71cd9016470bc6810dae21d115
|
||||
volumes:
|
||||
- model-cache:/cache
|
||||
env_file:
|
||||
|
@ -32,7 +30,7 @@ services:
|
|||
|
||||
redis:
|
||||
container_name: immich_redis
|
||||
image: redis:6.2-alpine@sha256:148bb5411c184abd288d9aaed139c98123eeb8824c5d3fce03cf721db58066d8
|
||||
image: redis:8.0-alpine@sha256:48501c5ad00d5563bc30c075c7bcef41d7d98de3e9a1e6c752068c66f0a8463b
|
||||
restart: always
|
||||
networks:
|
||||
- immich
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue