immich
This commit is contained in:
@@ -88,7 +88,7 @@ services:
|
||||
networks:
|
||||
- traefik
|
||||
container_name: immich_server
|
||||
image: ghcr.io/immich-app/immich-server:latest
|
||||
image: ghcr.io/immich-app/immich-server:release
|
||||
entrypoint: ["/bin/sh", "./start-server.sh"]
|
||||
volumes:
|
||||
- ${UPLOAD_LOCATION}:/usr/src/app/upload
|
||||
@@ -104,7 +104,7 @@ services:
|
||||
networks:
|
||||
- traefik
|
||||
container_name: immich_microservices
|
||||
image: ghcr.io/immich-app/immich-server:latest
|
||||
image: ghcr.io/immich-app/immich-server:release
|
||||
entrypoint: ["/bin/sh", "./start-microservices.sh"]
|
||||
volumes:
|
||||
- ${UPLOAD_LOCATION}:/usr/src/app/upload
|
||||
@@ -120,7 +120,7 @@ services:
|
||||
networks:
|
||||
- traefik
|
||||
container_name: immich_machine_learning
|
||||
image: ghcr.io/immich-app/immich-machine-learning:latest
|
||||
image: ghcr.io/immich-app/immich-machine-learning:release
|
||||
volumes:
|
||||
- ${UPLOAD_LOCATION}:/usr/src/app/upload
|
||||
- /srv/immich/model-cache:/cache
|
||||
@@ -132,7 +132,7 @@ services:
|
||||
networks:
|
||||
- traefik
|
||||
container_name: immich_web
|
||||
image: ghcr.io/immich-app/immich-web:latest
|
||||
image: ghcr.io/immich-app/immich-web:release
|
||||
entrypoint: ["/bin/sh", "./entrypoint.sh"]
|
||||
env_file:
|
||||
- .env
|
||||
|
||||
Reference in New Issue
Block a user