Removed microservices container, according to v1.106.4 release notes
This commit is contained in:
		
							
								
								
									
										3
									
								
								.vscode/settings.json
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										3
									
								
								.vscode/settings.json
									
									
									
									
										vendored
									
									
										Normal file
									
								
							| @@ -0,0 +1,3 @@ | |||||||
|  | { | ||||||
|  |     "ansible.python.interpreterPath": "c:\\Users\\Max\\AppData\\Local\\Programs\\Python\\Python310\\python.exe" | ||||||
|  | } | ||||||
| @@ -4,7 +4,6 @@ services: | |||||||
|   immich-server: |   immich-server: | ||||||
|     container_name: immich_server |     container_name: immich_server | ||||||
|     image: ghcr.io/immich-app/immich-server:${IMMICH_VERSION:-release} |     image: ghcr.io/immich-app/immich-server:${IMMICH_VERSION:-release} | ||||||
|     command: [ "start.sh", "immich" ] |  | ||||||
|     volumes: |     volumes: | ||||||
|       - ${UPLOAD_LOCATION}:/usr/src/app/upload |       - ${UPLOAD_LOCATION}:/usr/src/app/upload | ||||||
|     env_file: |     env_file: | ||||||
| @@ -16,22 +15,6 @@ services: | |||||||
|       - database |       - database | ||||||
|     restart: unless-stopped |     restart: unless-stopped | ||||||
|  |  | ||||||
|   immich-microservices: |  | ||||||
|     container_name: immich_microservices |  | ||||||
|     image: ghcr.io/immich-app/immich-server:${IMMICH_VERSION:-release} |  | ||||||
|     # extends: |  | ||||||
|     #   file: hwaccel.yml |  | ||||||
|     #   service: hwaccel |  | ||||||
|     command: [ "start.sh", "microservices" ] |  | ||||||
|     volumes: |  | ||||||
|       - ${UPLOAD_LOCATION}:/usr/src/app/upload |  | ||||||
|     env_file: |  | ||||||
|       - stack.env |  | ||||||
|     depends_on: |  | ||||||
|       - redis |  | ||||||
|       - database |  | ||||||
|     restart: unless-stopped |  | ||||||
|  |  | ||||||
|   immich-machine-learning: |   immich-machine-learning: | ||||||
|     container_name: immich_machine_learning |     container_name: immich_machine_learning | ||||||
|     image: ghcr.io/immich-app/immich-machine-learning:${IMMICH_VERSION:-release} |     image: ghcr.io/immich-app/immich-machine-learning:${IMMICH_VERSION:-release} | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Max Buz
					Max Buz