diff --git a/immich/docker-compose.yml b/immich/docker-compose.yml index 41ae97b..eccece2 100644 --- a/immich/docker-compose.yml +++ b/immich/docker-compose.yml @@ -2,7 +2,6 @@ services: immich-server: container_name: immich_server image: ghcr.io/immich-app/immich-server:${IMMICH_VERSION:-release} - command: [ "start.sh", "immich" ] volumes: - ${UPLOAD_LOCATION}:/usr/src/app/upload - /etc/localtime:/etc/localtime:ro @@ -17,22 +16,6 @@ services: - "com.centurylinklabs.watchtower.monitor-only=true" restart: always - immich-microservices: - container_name: immich_microservices - image: ghcr.io/immich-app/immich-server:${IMMICH_VERSION:-release} - command: [ "start.sh", "microservices" ] - volumes: - - ${UPLOAD_LOCATION}:/usr/src/app/upload - - /etc/localtime:/etc/localtime:ro - env_file: - - .env - depends_on: - - redis - - database - labels: - - "com.centurylinklabs.watchtower.monitor-only=true" - restart: always - immich-machine-learning: container_name: immich_machine_learning image: ghcr.io/immich-app/immich-machine-learning:${IMMICH_VERSION:-release}