added photoprism
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user