更新 immich.yml
This commit is contained in:
37
immich.yml
37
immich.yml
@ -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
|
||||||
|
Reference in New Issue
Block a user