added photoprism

This commit is contained in:
msnie
2024-02-27 15:29:56 +01:00
parent fbf8314776
commit 51e2b9c6d0
3 changed files with 34 additions and 1 deletions
+21 -1
View File
@@ -2,6 +2,8 @@ version: "3.8"
services:
immich-server:
networks:
- traefik
container_name: immich_server
image: ghcr.io/immich-app/immich-server:release
entrypoint: ["/bin/sh", "./start-server.sh"]
@@ -16,6 +18,8 @@ services:
restart: always
immich-microservices:
networks:
- traefik
container_name: immich_microservices
image: ghcr.io/immich-app/immich-server:release
entrypoint: ["/bin/sh", "./start-microservices.sh"]
@@ -30,6 +34,8 @@ services:
restart: always
immich-machine-learning:
networks:
- traefik
container_name: immich_machine_learning
image: ghcr.io/immich-app/immich-machine-learning:release
volumes:
@@ -40,6 +46,8 @@ services:
restart: always
immich-web:
networks:
- traefik
container_name: immich_web
image: ghcr.io/immich-app/immich-web:release
entrypoint: ["/bin/sh", "./entrypoint.sh"]
@@ -54,6 +62,8 @@ services:
# - "traefik.http.services.imm.loadbalancer.server.port=32400"
typesense:
networks:
- traefik
container_name: immich_typesense
image: typesense/typesense:0.24.0
environment:
@@ -68,9 +78,13 @@ services:
redis:
container_name: immich_redis
image: redis:6.2
networks:
- traefik
restart: always
database:
networks:
- traefik
container_name: immich_postgres
image: postgres:14
env_file:
@@ -85,6 +99,8 @@ services:
restart: always
immich-proxy:
networks:
- traefik
container_name: immich_proxy
image: ghcr.io/immich-app/immich-proxy:release
environment:
@@ -102,4 +118,8 @@ services:
# volumes:
# pgdata:
# model-cache:
# tsdata:
# tsdata:
networks:
traefik:
external: true