remove autoupdate profile

This commit is contained in:
Peter Smit
2025-01-17 15:23:18 +01:00
parent 3a47732d80
commit 52e6741c8b
8 changed files with 1 additions and 16 deletions

View File

@@ -2,7 +2,6 @@ services:
immich-server:
container_name: immich_server
image: ghcr.io/immich-app/immich-server:v1.124.2
profiles: [autoupdate]
# extends:
# file: hwaccel.transcoding.yml
# service: cpu # set to one of [nvenc, quicksync, rkmpp, vaapi, vaapi-wsl] for accelerated transcoding
@@ -26,7 +25,6 @@ services:
# For hardware acceleration, add one of -[armnn, cuda, openvino] to the image tag.
# Example tag: ${IMMICH_VERSION:-release}-cuda
image: ghcr.io/immich-app/immich-machine-learning:v1.124.2
profiles: [autoupdate]
# extends: # uncomment this section for hardware acceleration - see https://immich.app/docs/features/ml-hardware-acceleration
# file: hwaccel.ml.yml
# service: cpu # set to one of [armnn, cuda, openvino, openvino-wsl] for accelerated inference - use the `-wsl` version for WSL2 where applicable
@@ -41,7 +39,6 @@ services:
redis:
container_name: immich_redis
image: docker.io/redis:7.4-alpine@sha256:1bf97f21f01b0e7bd4b7b34a26d3b9d8086e41e70c10f262e8a9e0b49b5116a0
profiles: [autoupdate]
healthcheck:
test: redis-cli ping || exit 1
restart: always
@@ -49,7 +46,6 @@ services:
database:
container_name: immich_postgres
image: docker.io/tensorchord/pgvecto-rs:pg14-v0.2.0@sha256:90724186f0a3517cf6914295b5ab410db9ce23190a2d9d0b9dd6463e3fa298f0
profiles: [autoupdate]
environment:
POSTGRES_PASSWORD: ${DB_PASSWORD}
POSTGRES_USER: ${DB_USERNAME}