|
|
@ -11,6 +11,8 @@ services: |
|
|
- redis |
|
|
- redis |
|
|
- database |
|
|
- database |
|
|
- typesense |
|
|
- typesense |
|
|
|
|
|
ports: |
|
|
|
|
|
- 3001:3001 |
|
|
restart: always |
|
|
restart: always |
|
|
|
|
|
|
|
|
immich-microservices: |
|
|
immich-microservices: |
|
|
@ -23,6 +25,8 @@ services: |
|
|
- redis |
|
|
- redis |
|
|
- database |
|
|
- database |
|
|
- typesense |
|
|
- typesense |
|
|
|
|
|
ports: |
|
|
|
|
|
- 3002:3002 |
|
|
restart: always |
|
|
restart: always |
|
|
|
|
|
|
|
|
immich-machine-learning: |
|
|
immich-machine-learning: |
|
|
@ -32,11 +36,15 @@ services: |
|
|
- /mnt/pokecenter/Media/Immich:/usr/src/app/upload |
|
|
- /mnt/pokecenter/Media/Immich:/usr/src/app/upload |
|
|
- /usr/docker_binds/immich/model-cache:/cache |
|
|
- /usr/docker_binds/immich/model-cache:/cache |
|
|
restart: always |
|
|
restart: always |
|
|
|
|
|
ports: |
|
|
|
|
|
- 3003:3003 |
|
|
|
|
|
|
|
|
immich-web: |
|
|
immich-web: |
|
|
container_name: immich_web |
|
|
container_name: immich_web |
|
|
image: ghcr.io/immich-app/immich-web:release |
|
|
image: ghcr.io/immich-app/immich-web:release |
|
|
entrypoint: ["/bin/sh", "./entrypoint.sh"] |
|
|
entrypoint: ["/bin/sh", "./entrypoint.sh"] |
|
|
|
|
|
ports: |
|
|
|
|
|
- 3000:3000 |
|
|
restart: always |
|
|
restart: always |
|
|
|
|
|
|
|
|
typesense: |
|
|
typesense: |
|
|
|