mirror of
https://github.com/Haxxnet/Compose-Examples
synced 2024-11-27 22:11:12 +00:00
Update docker-compose.yml
fix immich version v1.87.0 due to breaking changes
This commit is contained in:
parent
533e2eca46
commit
ce3f2370ad
|
@ -3,7 +3,7 @@ version: "3.8"
|
||||||
services:
|
services:
|
||||||
immich-server:
|
immich-server:
|
||||||
container_name: immich-server
|
container_name: immich-server
|
||||||
image: altran1502/immich-server:release
|
image: altran1502/immich-server:v1.87.0
|
||||||
command: [ "start.sh", "immich" ]
|
command: [ "start.sh", "immich" ]
|
||||||
volumes:
|
volumes:
|
||||||
- ${UPLOAD_LOCATION}:/usr/src/app/upload
|
- ${UPLOAD_LOCATION}:/usr/src/app/upload
|
||||||
|
@ -24,7 +24,7 @@ services:
|
||||||
|
|
||||||
immich-microservices:
|
immich-microservices:
|
||||||
container_name: immich-microservices
|
container_name: immich-microservices
|
||||||
image: altran1502/immich-server:release
|
image: altran1502/immich-server:v1.87.0
|
||||||
command: [ "start.sh", "microservices" ]
|
command: [ "start.sh", "microservices" ]
|
||||||
volumes:
|
volumes:
|
||||||
- ${UPLOAD_LOCATION}:/usr/src/app/upload
|
- ${UPLOAD_LOCATION}:/usr/src/app/upload
|
||||||
|
@ -61,7 +61,7 @@ services:
|
||||||
# - proxy
|
# - proxy
|
||||||
|
|
||||||
immich-machine-learning:
|
immich-machine-learning:
|
||||||
image: altran1502/immich-machine-learning:release
|
image: altran1502/immich-machine-learning:v1.87.0
|
||||||
container_name: immich-ml
|
container_name: immich-ml
|
||||||
volumes:
|
volumes:
|
||||||
- ${UPLOAD_LOCATION}:/usr/src/app/upload
|
- ${UPLOAD_LOCATION}:/usr/src/app/upload
|
||||||
|
@ -77,7 +77,7 @@ services:
|
||||||
# - proxy
|
# - proxy
|
||||||
|
|
||||||
immich-web:
|
immich-web:
|
||||||
image: altran1502/immich-web:release
|
image: altran1502/immich-web:v1.87.0
|
||||||
container_name: immich-web
|
container_name: immich-web
|
||||||
entrypoint: ["/bin/sh", "./entrypoint.sh"]
|
entrypoint: ["/bin/sh", "./entrypoint.sh"]
|
||||||
env_file:
|
env_file:
|
||||||
|
@ -117,7 +117,7 @@ services:
|
||||||
|
|
||||||
immich-proxy:
|
immich-proxy:
|
||||||
container_name: immich-proxy
|
container_name: immich-proxy
|
||||||
image: altran1502/immich-proxy:release
|
image: altran1502/immich-proxy:v1.87.0
|
||||||
ports:
|
ports:
|
||||||
- 8080:8080 # WEB UI via proxy; do not remove this proxy service, use it! Even if you have your own reverse proxy.
|
- 8080:8080 # WEB UI via proxy; do not remove this proxy service, use it! Even if you have your own reverse proxy.
|
||||||
depends_on:
|
depends_on:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user