mirror of
https://github.com/Haxxnet/Compose-Examples
synced 2024-11-24 04:21:14 +00:00
Update docker-compose.yml
upgrade immich to v1.106.2
This commit is contained in:
parent
0f01966c07
commit
fc1cc9f671
|
@ -4,7 +4,6 @@ services:
|
||||||
immich-server:
|
immich-server:
|
||||||
container_name: immich-server
|
container_name: immich-server
|
||||||
image: altran1502/immich-server:${IMMICH_VERSION:-release}
|
image: altran1502/immich-server:${IMMICH_VERSION:-release}
|
||||||
command: [ "start.sh", "immich" ]
|
|
||||||
volumes:
|
volumes:
|
||||||
- ${UPLOAD_LOCATION}:/usr/src/app/upload
|
- ${UPLOAD_LOCATION}:/usr/src/app/upload
|
||||||
- /etc/localtime:/etc/localtime:ro
|
- /etc/localtime:/etc/localtime:ro
|
||||||
|
@ -36,26 +35,6 @@ services:
|
||||||
# - traefik.http.routers.immich.middlewares=local-ipwhitelist@file
|
# - traefik.http.routers.immich.middlewares=local-ipwhitelist@file
|
||||||
# - "com.centurylinklabs.watchtower.enable=true"
|
# - "com.centurylinklabs.watchtower.enable=true"
|
||||||
|
|
||||||
immich-microservices:
|
|
||||||
container_name: immich-microservices
|
|
||||||
image: altran1502/immich-server:${IMMICH_VERSION:-release}
|
|
||||||
command: [ "start.sh", "microservices" ]
|
|
||||||
volumes:
|
|
||||||
- ${UPLOAD_LOCATION}:/usr/src/app/upload
|
|
||||||
- /etc/localtime:/etc/localtime:ro
|
|
||||||
env_file:
|
|
||||||
- .env
|
|
||||||
environment:
|
|
||||||
- NODE_ENV=production
|
|
||||||
depends_on:
|
|
||||||
- immich-redis
|
|
||||||
- immich-database
|
|
||||||
restart: unless-stopped
|
|
||||||
#labels:
|
|
||||||
# - "com.centurylinklabs.watchtower.enable=true"
|
|
||||||
#networks:
|
|
||||||
# - proxy
|
|
||||||
|
|
||||||
immich-machine-learning:
|
immich-machine-learning:
|
||||||
image: altran1502/immich-machine-learning:${IMMICH_VERSION:-release}
|
image: altran1502/immich-machine-learning:${IMMICH_VERSION:-release}
|
||||||
container_name: immich-ml
|
container_name: immich-ml
|
||||||
|
|
Loading…
Reference in New Issue
Block a user