add Homepage and configure services for discovery

This commit is contained in:
SweetId
2024-02-17 17:17:15 -05:00
parent 5a8d189c72
commit 13a06c60bb
10 changed files with 62 additions and 1 deletions

View File

@@ -48,6 +48,15 @@ services:
- traefik.docker.network=proxy
- homepage.group=Media
- homepage.name=Immich
- homepage.icon=immich.png
- homepage.href=${IMMICH_URL}
- homepage.description=Photo gallery
- homepage.widget.type=immich
- homepage.widget.url=${IMMICH_URL}
- homepage.widget.key=${IMMICH_API_KEY}
immich-microservices:
container_name: immich_microservices
image: ghcr.io/immich-app/immich-server:${IMMICH_VERSION:-release}

View File

@@ -4,6 +4,7 @@ IMMICH_PORT_HTTPS=443
IMMICH_URL=immich.example.com
IMMICH_EXTERNAL_DIR=/path/to/external/libraries
IMMICH_UPLOAD_DIR=/path/to/immich/upload
IMMICH_API_KEY=YourApiKey
IMMICH_VERSION=release
DB_PASSWORD=YOUR_DB_PASSWORD