set image version
This commit is contained in:
@ -3,7 +3,7 @@ version: "3.8"
|
||||
|
||||
services:
|
||||
app:
|
||||
image: ghcr.io/immich-app/immich-server:${IMMICH_VERSION:-release}
|
||||
image: ghcr.io/immich-app/immich-server:v1.131.3
|
||||
volumes:
|
||||
- uploads:/usr/src/app/upload
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
@ -31,7 +31,7 @@ services:
|
||||
|
||||
|
||||
immich-machine-learning: # TODO: this has to be that name, as the frontend tries to reach it at: http://immich-machine-learning:3003
|
||||
image: ghcr.io/immich-app/immich-machine-learning:${IMMICH_VERSION:-release}
|
||||
image: ghcr.io/immich-app/immich-machine-learning:v1.131.3
|
||||
ports:
|
||||
- 3003:3003
|
||||
volumes:
|
||||
@ -47,7 +47,7 @@ services:
|
||||
networks:
|
||||
- backend
|
||||
database:
|
||||
image: tensorchord/pgvecto-rs:pg14-v0.2.0@sha256:90724186f0a3517cf6914295b5ab410db9ce23190a2d9d0b9dd6463e3fa298f0
|
||||
image: tensorchord/pgvecto-rs:pg14-v0.2.0
|
||||
environment:
|
||||
POSTGRES_PASSWORD: ${DB_PASSWORD}
|
||||
POSTGRES_USER: ${DB_USERNAME}
|
||||
@ -66,4 +66,4 @@ networks:
|
||||
volumes:
|
||||
uploads:
|
||||
postgres:
|
||||
model-cache:
|
||||
model-cache:
|
||||
|
||||
Reference in New Issue
Block a user