Upgrade Immich to 1.95 (#42)
	
		
			
	
		
	
	
		
	
		
			Some checks failed
		
		
	
	
		
			
				
	
				Infrastructure / Check and run Ansbile playbooks (push) Failing after 2m4s
				
			
		
		
	
	
				
					
				
			
		
			Some checks failed
		
		
	
	Infrastructure / Check and run Ansbile playbooks (push) Failing after 2m4s
				
			And again... https://github.com/immich-app/immich/releases/tag/v1.95.0 Reviewed-on: #42
This commit is contained in:
		| @@ -4,7 +4,7 @@ services: | ||||
|   immich-server: | ||||
|     container_name: immich_server | ||||
|     image: ghcr.io/immich-app/immich-server:${IMMICH_VERSION:-release} | ||||
|     command: [ "start.sh", "immich" ] | ||||
|     command: ["start.sh", "immich"] | ||||
|     volumes: | ||||
|       - ${UPLOAD_LOCATION}:/usr/src/app/upload | ||||
|     env_file: | ||||
| @@ -22,7 +22,7 @@ services: | ||||
|     # extends: | ||||
|     #   file: hwaccel.yml | ||||
|     #   service: hwaccel | ||||
|     command: [ "start.sh", "microservices" ] | ||||
|     command: ["start.sh", "microservices"] | ||||
|     volumes: | ||||
|       - ${UPLOAD_LOCATION}:/usr/src/app/upload | ||||
|     env_file: | ||||
| @@ -48,7 +48,7 @@ services: | ||||
|  | ||||
|   database: | ||||
|     container_name: immich_postgres | ||||
|     image: tensorchord/pgvecto-rs:pg14-v0.1.11 | ||||
|     image: tensorchord/pgvecto-rs:pg14-v0.2.0@sha256:90724186f0a3517cf6914295b5ab410db9ce23190a2d9d0b9dd6463e3fa298f0 | ||||
|     env_file: | ||||
|       - .env | ||||
|     environment: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user