chore(deps): update ghcr.io/immich-app/immich-server docker tag to v1.100.0 (#2987)
This commit is contained in:
		
							parent
							
								
									4a4d24bc49
								
							
						
					
					
						commit
						8eb9d06356
					
				| 
						 | 
					@ -5,8 +5,8 @@
 | 
				
			||||||
  "exposable": true,
 | 
					  "exposable": true,
 | 
				
			||||||
  "port": 8128,
 | 
					  "port": 8128,
 | 
				
			||||||
  "id": "immich",
 | 
					  "id": "immich",
 | 
				
			||||||
  "tipi_version": 81,
 | 
					  "tipi_version": 82,
 | 
				
			||||||
  "version": "1.99.0",
 | 
					  "version": "1.100.0",
 | 
				
			||||||
  "categories": [
 | 
					  "categories": [
 | 
				
			||||||
    "data",
 | 
					    "data",
 | 
				
			||||||
    "photography"
 | 
					    "photography"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -3,7 +3,7 @@ version: "3.7"
 | 
				
			||||||
services:
 | 
					services:
 | 
				
			||||||
  immich:
 | 
					  immich:
 | 
				
			||||||
    container_name: immich
 | 
					    container_name: immich
 | 
				
			||||||
    image: ghcr.io/immich-app/immich-server:v1.99.0
 | 
					    image: ghcr.io/immich-app/immich-server:v1.100.0
 | 
				
			||||||
    command: ["start-server.sh"]
 | 
					    command: ["start-server.sh"]
 | 
				
			||||||
    volumes:
 | 
					    volumes:
 | 
				
			||||||
      - ${ROOT_FOLDER_HOST}/media/data/images/immich:/usr/src/app/upload
 | 
					      - ${ROOT_FOLDER_HOST}/media/data/images/immich:/usr/src/app/upload
 | 
				
			||||||
| 
						 | 
					@ -52,7 +52,7 @@ services:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  immich-microservices:
 | 
					  immich-microservices:
 | 
				
			||||||
    container_name: immich-microservices
 | 
					    container_name: immich-microservices
 | 
				
			||||||
    image: ghcr.io/immich-app/immich-server:v1.99.0
 | 
					    image: ghcr.io/immich-app/immich-server:v1.100.0
 | 
				
			||||||
    command: ["start-microservices.sh"]
 | 
					    command: ["start-microservices.sh"]
 | 
				
			||||||
    volumes:
 | 
					    volumes:
 | 
				
			||||||
      - ${ROOT_FOLDER_HOST}/media/data/images/immich:/usr/src/app/upload
 | 
					      - ${ROOT_FOLDER_HOST}/media/data/images/immich:/usr/src/app/upload
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user