Immich breaking changes
This commit is contained in:
2
.env
2
.env
@@ -49,7 +49,7 @@ nNlLTIuZXhhbXBsZS5uZXQnLCAncG9ydCc6ICc0NDMnLCAncHJvdG9jb2wnOiAnaHR0cHMnIH0sCiAgI
|
|||||||
# Log message level - [simple|verbose]
|
# Log message level - [simple|verbose]
|
||||||
###################################################################################
|
###################################################################################
|
||||||
|
|
||||||
LOG_LEVEL=simple
|
LOG_LEVEL=log
|
||||||
|
|
||||||
###################################################################################
|
###################################################################################
|
||||||
# JWT SECRET
|
# JWT SECRET
|
||||||
|
|||||||
@@ -19,10 +19,6 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
homenet:
|
homenet:
|
||||||
|
|
||||||
typesense:
|
|
||||||
networks:
|
|
||||||
homenet:
|
|
||||||
|
|
||||||
redis:
|
redis:
|
||||||
networks:
|
networks:
|
||||||
homenet:
|
homenet:
|
||||||
|
|||||||
@@ -12,7 +12,6 @@ services:
|
|||||||
depends_on:
|
depends_on:
|
||||||
- redis
|
- redis
|
||||||
- database
|
- database
|
||||||
- typesense
|
|
||||||
restart: always
|
restart: always
|
||||||
|
|
||||||
immich-microservices:
|
immich-microservices:
|
||||||
@@ -26,7 +25,6 @@ services:
|
|||||||
depends_on:
|
depends_on:
|
||||||
- redis
|
- redis
|
||||||
- database
|
- database
|
||||||
- typesense
|
|
||||||
restart: always
|
restart: always
|
||||||
|
|
||||||
immich-machine-learning:
|
immich-machine-learning:
|
||||||
@@ -39,18 +37,6 @@ services:
|
|||||||
- .env
|
- .env
|
||||||
restart: always
|
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
|
||||||
@@ -58,7 +44,7 @@ services:
|
|||||||
|
|
||||||
database:
|
database:
|
||||||
container_name: immich_postgres
|
container_name: immich_postgres
|
||||||
image: postgres:14
|
image: tensorchord/pgvecto-rs:pg14-v0.1.11
|
||||||
env_file:
|
env_file:
|
||||||
- .env
|
- .env
|
||||||
environment:
|
environment:
|
||||||
@@ -73,5 +59,4 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
pgdata:
|
pgdata:
|
||||||
model-cache:
|
model-cache:
|
||||||
tsdata:
|
|
||||||
|
|
||||||
|
|||||||
@@ -49,7 +49,7 @@ nNlLTIuZXhhbXBsZS5uZXQnLCAncG9ydCc6ICc0NDMnLCAncHJvdG9jb2wnOiAnaHR0cHMnIH0sCiAgI
|
|||||||
# Log message level - [simple|verbose]
|
# Log message level - [simple|verbose]
|
||||||
###################################################################################
|
###################################################################################
|
||||||
|
|
||||||
LOG_LEVEL=simple
|
LOG_LEVEL=log
|
||||||
|
|
||||||
###################################################################################
|
###################################################################################
|
||||||
# JWT SECRET
|
# JWT SECRET
|
||||||
|
|||||||
Reference in New Issue
Block a user