@ -2,7 +2,7 @@ version: "3.8"
services:
services:
immich-server:
immich-server:
image : altran1502/immich-server: latest
image : altran1502/immich-server: release
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
@ -16,7 +16,7 @@ services:
restart : always
restart : always
immich-microservices:
immich-microservices:
image : altran1502/immich-server: latest
image : altran1502/immich-server: release
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
@ -30,7 +30,7 @@ services:
restart : always
restart : always
immich-machine-learning:
immich-machine-learning:
image : altran1502/immich-machine-learning: latest
image : altran1502/immich-machine-learning: release
entrypoint : [ "/bin/sh" , "./entrypoint.sh" ]
entrypoint : [ "/bin/sh" , "./entrypoint.sh" ]
volumes:
volumes:
- ${UPLOAD_LOCATION}:/usr/src/app/upload
- ${UPLOAD_LOCATION}:/usr/src/app/upload
@ -43,7 +43,7 @@ services:
restart : always
restart : always
immich-web:
immich-web:
image : altran1502/immich-web: latest
image : altran1502/immich-web: release
entrypoint : [ "/bin/sh" , "./entrypoint.sh" ]
entrypoint : [ "/bin/sh" , "./entrypoint.sh" ]
env_file:
env_file:
- .env
- .env
@ -68,11 +68,9 @@ services:
- pgdata:/var/lib/postgresql/data
- pgdata:/var/lib/postgresql/data
restart : always
restart : always
nginx:
immich-proxy:
container_name : proxy_nginx
container_name : immich_proxy
image : nginx:latest
image : altran1502/immich-proxy:release
volumes:
- ./settings/nginx-conf:/etc/nginx/conf.d
ports:
ports:
- 2283 : 80
- 2283 : 80
- 2284 : 443
- 2284 : 443