mirror of
				https://github.com/KevinMidboe/immich.git
				synced 2025-10-29 17:40:28 +00:00 
			
		
		
		
	| @@ -1,15 +1,15 @@ | ||||
| # Database | ||||
| DB_USERNAME=postgres | ||||
| DB_PASSWORD=postgres | ||||
| DB_DATABASE_NAME= | ||||
| DB_DATABASE_NAME=immich | ||||
|  | ||||
| # Upload File Config | ||||
| UPLOAD_LOCATION=absolute_location_on_your_machine_where_you_want_to_store_the_backup | ||||
|  | ||||
| # JWT SECRET | ||||
| JWT_SECRET= | ||||
| JWT_SECRET=randomstringthatissolongandpowerfulthatnoonecanguess | ||||
|  | ||||
| # MAPBOX | ||||
| ## ENABLE_MAPBOX is either true of false -> if true, you have to provide MAPBOX_KEY | ||||
| ENABLE_MAPBOX=  | ||||
| ENABLE_MAPBOX=false | ||||
| MAPBOX_KEY= | ||||
| @@ -2,7 +2,7 @@ version: "3.8" | ||||
|  | ||||
| services: | ||||
|   immich_server: | ||||
|     image: immich-server-dev:1.7.0 | ||||
|     image: immich-server-dev:1.8.0 | ||||
|     build: | ||||
|       context: ../server | ||||
|       dockerfile: Dockerfile | ||||
| @@ -24,7 +24,7 @@ services: | ||||
|       - immich_network | ||||
|  | ||||
|   immich_microservices: | ||||
|     image: immich-microservices-dev:1.7.0 | ||||
|     image: immich-microservices-dev:1.8.0 | ||||
|     build: | ||||
|       context: ../microservices | ||||
|       dockerfile: Dockerfile | ||||
|   | ||||
| @@ -2,7 +2,7 @@ version: "3.8" | ||||
|  | ||||
| services: | ||||
|   immich_server: | ||||
|     image: immich-server-dev:1.7.0 | ||||
|     image: immich-server-dev:1.8.0 | ||||
|     build: | ||||
|       context: ../server | ||||
|       dockerfile: Dockerfile | ||||
| @@ -22,7 +22,7 @@ services: | ||||
|       - immich_network | ||||
|  | ||||
|   immich_microservices: | ||||
|     image: immich-microservices-dev:1.7.0 | ||||
|     image: immich-microservices-dev:1.8.0 | ||||
|     build: | ||||
|       context: ../microservices | ||||
|       dockerfile: Dockerfile | ||||
|   | ||||
| @@ -2,7 +2,7 @@ version: "3.8" | ||||
|  | ||||
| services: | ||||
|   immich_server: | ||||
|     image: altran1502/immich-server:v1.7.0_11-dev | ||||
|     image: altran1502/immich-server:v1.8.0_12-dev | ||||
|     entrypoint: ["/bin/sh", "./entrypoint.sh"] | ||||
|     expose: | ||||
|       - "3000" | ||||
| @@ -20,7 +20,7 @@ services: | ||||
|     restart: unless-stopped | ||||
|  | ||||
|   immich_microservices: | ||||
|     image: altran1502/immich-microservices:v1.7.0_11-dev | ||||
|     image: altran1502/immich-microservices:v1.8.0_12-dev | ||||
|     entrypoint: ["/bin/sh", "./entrypoint.sh"] | ||||
|     expose: | ||||
|       - "3001" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user