2022-02-20 06:42:10 +02:00
|
|
|
version: "3.8"
|
2022-02-03 22:42:27 +02:00
|
|
|
|
2023-11-18 19:43:10 +02:00
|
|
|
#
|
|
|
|
# WARNING: Make sure to use the docker-compose.yml of the current release:
|
|
|
|
#
|
|
|
|
# https://github.com/immich-app/immich/releases/latest/download/docker-compose.yml
|
|
|
|
#
|
2023-11-18 19:49:30 +02:00
|
|
|
# The compose file on main may not be compatible with the latest release.
|
2023-11-18 19:43:10 +02:00
|
|
|
#
|
|
|
|
|
2023-11-10 04:43:21 +02:00
|
|
|
name: immich
|
|
|
|
|
2022-02-03 22:42:27 +02:00
|
|
|
services:
|
2022-05-08 14:07:58 +02:00
|
|
|
immich-server:
|
2022-12-30 18:30:28 +02:00
|
|
|
container_name: immich_server
|
2023-05-31 03:53:24 +02:00
|
|
|
image: ghcr.io/immich-app/immich-server:${IMMICH_VERSION:-release}
|
2023-11-10 04:43:21 +02:00
|
|
|
command: [ "start.sh", "immich" ]
|
2022-02-03 22:42:27 +02:00
|
|
|
volumes:
|
2022-02-12 06:23:06 +02:00
|
|
|
- ${UPLOAD_LOCATION}:/usr/src/app/upload
|
2023-10-03 03:50:27 +02:00
|
|
|
- /etc/localtime:/etc/localtime:ro
|
2022-02-03 22:42:27 +02:00
|
|
|
env_file:
|
|
|
|
- .env
|
2023-11-18 06:13:36 +02:00
|
|
|
ports:
|
|
|
|
- 2283:3001
|
2022-02-03 22:42:27 +02:00
|
|
|
depends_on:
|
|
|
|
- redis
|
|
|
|
- database
|
2022-05-21 09:23:55 +02:00
|
|
|
restart: always
|
2022-02-03 22:42:27 +02:00
|
|
|
|
2022-05-08 14:07:58 +02:00
|
|
|
immich-microservices:
|
2022-12-30 18:30:28 +02:00
|
|
|
container_name: immich_microservices
|
2023-05-31 03:53:24 +02:00
|
|
|
image: ghcr.io/immich-app/immich-server:${IMMICH_VERSION:-release}
|
2024-01-22 01:22:39 +02:00
|
|
|
# extends: # uncomment this section for hardware acceleration - see https://immich.app/docs/features/hardware-transcoding
|
2024-02-10 00:45:26 +02:00
|
|
|
# file: hwaccel.transcoding.yml
|
2024-01-22 01:22:39 +02:00
|
|
|
# service: cpu # set to one of [nvenc, quicksync, rkmpp, vaapi, vaapi-wsl] for accelerated transcoding
|
2023-11-10 04:43:21 +02:00
|
|
|
command: [ "start.sh", "microservices" ]
|
2022-06-11 23:12:06 +02:00
|
|
|
volumes:
|
|
|
|
- ${UPLOAD_LOCATION}:/usr/src/app/upload
|
2023-10-03 03:50:27 +02:00
|
|
|
- /etc/localtime:/etc/localtime:ro
|
2022-06-11 23:12:06 +02:00
|
|
|
env_file:
|
|
|
|
- .env
|
|
|
|
depends_on:
|
|
|
|
- redis
|
|
|
|
- database
|
|
|
|
restart: always
|
|
|
|
|
|
|
|
immich-machine-learning:
|
2022-12-30 18:30:28 +02:00
|
|
|
container_name: immich_machine_learning
|
2024-01-22 01:22:39 +02:00
|
|
|
# For hardware acceleration, add one of -[armnn, cuda, openvino] to the image tag.
|
|
|
|
# Example tag: ${IMMICH_VERSION:-release}-cuda
|
2023-05-31 03:53:24 +02:00
|
|
|
image: ghcr.io/immich-app/immich-machine-learning:${IMMICH_VERSION:-release}
|
2024-01-22 01:22:39 +02:00
|
|
|
# extends: # uncomment this section for hardware acceleration - see https://immich.app/docs/features/ml-hardware-acceleration
|
|
|
|
# file: hwaccel.ml.yml
|
|
|
|
# service: cpu # set to one of [armnn, cuda, openvino, openvino-wsl] for accelerated inference - use the `-wsl` version for WSL2 where applicable
|
2022-03-27 21:58:54 +02:00
|
|
|
volumes:
|
2023-02-18 17:13:37 +02:00
|
|
|
- model-cache:/cache
|
2022-03-27 21:58:54 +02:00
|
|
|
env_file:
|
|
|
|
- .env
|
2022-05-21 09:23:55 +02:00
|
|
|
restart: always
|
|
|
|
|
2022-02-03 22:42:27 +02:00
|
|
|
redis:
|
|
|
|
container_name: immich_redis
|
2024-02-02 05:20:38 +02:00
|
|
|
image: redis:6.2-alpine@sha256:51d6c56749a4243096327e3fb964a48ed92254357108449cb6e23999c37773c5
|
2022-05-21 09:23:55 +02:00
|
|
|
restart: always
|
2022-02-03 22:42:27 +02:00
|
|
|
|
|
|
|
database:
|
|
|
|
container_name: immich_postgres
|
2024-02-07 04:51:22 +02:00
|
|
|
image: tensorchord/pgvecto-rs:pg14-v0.2.0@sha256:90724186f0a3517cf6914295b5ab410db9ce23190a2d9d0b9dd6463e3fa298f0
|
2022-02-03 22:42:27 +02:00
|
|
|
environment:
|
|
|
|
POSTGRES_PASSWORD: ${DB_PASSWORD}
|
|
|
|
POSTGRES_USER: ${DB_USERNAME}
|
|
|
|
POSTGRES_DB: ${DB_DATABASE_NAME}
|
|
|
|
volumes:
|
|
|
|
- pgdata:/var/lib/postgresql/data
|
2022-05-29 15:42:27 +02:00
|
|
|
restart: always
|
2022-06-11 23:12:06 +02:00
|
|
|
|
2022-02-03 22:42:27 +02:00
|
|
|
volumes:
|
2022-06-11 23:12:06 +02:00
|
|
|
pgdata:
|
2023-02-18 17:13:37 +02:00
|
|
|
model-cache:
|