更新 immich.yml

This commit is contained in:
mol
2024-10-16 14:37:08 +00:00
parent 19437cc822
commit e7a8534000

View File

@ -12,24 +12,9 @@ services:
depends_on: depends_on:
- redis - redis
- database - database
# - typesense
restart: always restart: always
ports: ports:
- 2283:3001 - 2283:2283
# 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
immich-machine-learning: immich-machine-learning:
container_name: immich_machine_learning container_name: immich_machine_learning
@ -40,26 +25,6 @@ services:
- .env - .env
restart: always 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: redis:
container_name: immich_redis container_name: immich_redis
image: redis:6.2 image: redis:6.2