From fc1cc9f6713f90d19a1f4f82f5f7a69233d76f13 Mon Sep 17 00:00:00 2001 From: LRVT <21357789+l4rm4nd@users.noreply.github.com> Date: Wed, 12 Jun 2024 12:00:47 +0200 Subject: [PATCH] Update docker-compose.yml upgrade immich to v1.106.2 --- examples/immich/docker-compose.yml | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/examples/immich/docker-compose.yml b/examples/immich/docker-compose.yml index 8207f0a..e70950b 100644 --- a/examples/immich/docker-compose.yml +++ b/examples/immich/docker-compose.yml @@ -4,7 +4,6 @@ services: immich-server: container_name: immich-server image: altran1502/immich-server:${IMMICH_VERSION:-release} - command: [ "start.sh", "immich" ] volumes: - ${UPLOAD_LOCATION}:/usr/src/app/upload - /etc/localtime:/etc/localtime:ro @@ -36,26 +35,6 @@ services: # - traefik.http.routers.immich.middlewares=local-ipwhitelist@file # - "com.centurylinklabs.watchtower.enable=true" - immich-microservices: - container_name: immich-microservices - image: altran1502/immich-server:${IMMICH_VERSION:-release} - command: [ "start.sh", "microservices" ] - volumes: - - ${UPLOAD_LOCATION}:/usr/src/app/upload - - /etc/localtime:/etc/localtime:ro - env_file: - - .env - environment: - - NODE_ENV=production - depends_on: - - immich-redis - - immich-database - restart: unless-stopped - #labels: - # - "com.centurylinklabs.watchtower.enable=true" - #networks: - # - proxy - immich-machine-learning: image: altran1502/immich-machine-learning:${IMMICH_VERSION:-release} container_name: immich-ml