mirror of
				https://github.com/KevinMidboe/immich.git
				synced 2025-10-29 17:40:28 +00:00 
			
		
		
		
	chore(server): disable TypeSense logging (#1925)
This commit is contained in:
		| @@ -97,6 +97,8 @@ services: | ||||
|     environment: | ||||
|       - TYPESENSE_API_KEY=${TYPESENSE_API_KEY} | ||||
|       - TYPESENSE_DATA_DIR=/data | ||||
|     logging: | ||||
|       driver: none | ||||
|     volumes: | ||||
|       - tsdata:/data | ||||
|  | ||||
|   | ||||
| @@ -4,7 +4,7 @@ services: | ||||
|   immich-server: | ||||
|     container_name: immich_server | ||||
|     image: altran1502/immich-server:release | ||||
|     entrypoint: ["/bin/sh", "./start-server.sh"] | ||||
|     entrypoint: [ "/bin/sh", "./start-server.sh" ] | ||||
|     volumes: | ||||
|       - ${UPLOAD_LOCATION}:/usr/src/app/upload | ||||
|     env_file: | ||||
| @@ -20,7 +20,7 @@ services: | ||||
|   immich-microservices: | ||||
|     container_name: immich_microservices | ||||
|     image: altran1502/immich-server:release | ||||
|     entrypoint: ["/bin/sh", "./start-microservices.sh"] | ||||
|     entrypoint: [ "/bin/sh", "./start-microservices.sh" ] | ||||
|     volumes: | ||||
|       - ${UPLOAD_LOCATION}:/usr/src/app/upload | ||||
|     env_file: | ||||
| @@ -48,7 +48,7 @@ services: | ||||
|   immich-web: | ||||
|     container_name: immich_web | ||||
|     image: altran1502/immich-web:release | ||||
|     entrypoint: ["/bin/sh", "./entrypoint.sh"] | ||||
|     entrypoint: [ "/bin/sh", "./entrypoint.sh" ] | ||||
|     env_file: | ||||
|       - .env | ||||
|     restart: always | ||||
| @@ -59,6 +59,8 @@ services: | ||||
|     environment: | ||||
|       - TYPESENSE_API_KEY=${TYPESENSE_API_KEY} | ||||
|       - TYPESENSE_DATA_DIR=/data | ||||
|     logging: | ||||
|       driver: none | ||||
|     volumes: | ||||
|       - tsdata:/data | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user