This commit is contained in:
msnie
2024-07-27 20:39:49 +02:00
parent 4038cdbdb9
commit d69812b92d
+4 -4
View File
@@ -5,7 +5,7 @@ services:
networks:
- traefik
container_name: immich_server
image: ghcr.io/immich-app/immich-server:release
image: ghcr.io/immich-app/immich-server:latest
entrypoint: ["/bin/sh", "./start-server.sh"]
volumes:
- ${UPLOAD_LOCATION}:/usr/src/app/upload
@@ -21,7 +21,7 @@ services:
networks:
- traefik
container_name: immich_microservices
image: ghcr.io/immich-app/immich-server:release
image: ghcr.io/immich-app/immich-server:latest
entrypoint: ["/bin/sh", "./start-microservices.sh"]
volumes:
- ${UPLOAD_LOCATION}:/usr/src/app/upload
@@ -37,7 +37,7 @@ services:
networks:
- traefik
container_name: immich_machine_learning
image: ghcr.io/immich-app/immich-machine-learning:release
image: ghcr.io/immich-app/immich-machine-learning:latest
volumes:
- ${UPLOAD_LOCATION}:/usr/src/app/upload
- /srv/immich/model-cache:/cache
@@ -49,7 +49,7 @@ services:
networks:
- traefik
container_name: immich_web
image: ghcr.io/immich-app/immich-web:release
image: ghcr.io/immich-app/immich-web:latest
entrypoint: ["/bin/sh", "./entrypoint.sh"]
env_file:
- .env