diff --git a/immich.yml b/immich.yml index 8643575..d31061e 100644 --- a/immich.yml +++ b/immich.yml @@ -12,24 +12,9 @@ services: depends_on: - redis - database - # - typesense restart: always ports: - - 2283:3001 - - # immich-microservices: - # container_name: immich_microservices - # image: ghcr.io/immich-app/immich-server:release - # entrypoint: ["/bin/sh", "./start-microservices.sh"] - # volumes: - # - ${UPLOAD_LOCATION}:/usr/src/app/upload - # env_file: - # - .env - # depends_on: - # - redis - # - database - # # - typesense - # restart: always + - 2283:2283 immich-machine-learning: container_name: immich_machine_learning @@ -40,26 +25,6 @@ services: - .env restart: always - # immich-web: - #container_name: immich_web - # image: ghcr.io/immich-app/immich-web:release - #entrypoint: ["/bin/sh", "./entrypoint.sh"] - #env_file: - #- .env - # restart: always - - # typesense: - # container_name: immich_typesense - # image: typesense/typesense:0.24.0 - # environment: - # - TYPESENSE_API_KEY=${TYPESENSE_API_KEY} - # - TYPESENSE_DATA_DIR=/data - # logging: - # driver: none - # volumes: - # - tsdata:/data - # restart: always - redis: container_name: immich_redis image: redis:6.2