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: networks:
- traefik - traefik
container_name: immich_server 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"] entrypoint: ["/bin/sh", "./start-server.sh"]
volumes: volumes:
- ${UPLOAD_LOCATION}:/usr/src/app/upload - ${UPLOAD_LOCATION}:/usr/src/app/upload
@@ -21,7 +21,7 @@ services:
networks: networks:
- traefik - traefik
container_name: immich_microservices 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"] entrypoint: ["/bin/sh", "./start-microservices.sh"]
volumes: volumes:
- ${UPLOAD_LOCATION}:/usr/src/app/upload - ${UPLOAD_LOCATION}:/usr/src/app/upload
@@ -37,7 +37,7 @@ services:
networks: networks:
- traefik - traefik
container_name: immich_machine_learning container_name: immich_machine_learning
image: ghcr.io/immich-app/immich-machine-learning:release image: ghcr.io/immich-app/immich-machine-learning:latest
volumes: volumes:
- ${UPLOAD_LOCATION}:/usr/src/app/upload - ${UPLOAD_LOCATION}:/usr/src/app/upload
- /srv/immich/model-cache:/cache - /srv/immich/model-cache:/cache
@@ -49,7 +49,7 @@ services:
networks: networks:
- traefik - traefik
container_name: immich_web 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"] entrypoint: ["/bin/sh", "./entrypoint.sh"]
env_file: env_file:
- .env - .env