adjust for pangolin + glance homepage
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled

This commit is contained in:
2025-09-18 17:49:31 -03:00
parent 92a52a236a
commit b7d81aa0b0
17 changed files with 288 additions and 156 deletions

View File

@@ -4,7 +4,7 @@
UPLOAD_LOCATION=/mnt/immich-library
# The Immich version to use. You can pin this to a specific version like "v1.71.0"
IMMICH_VERSION=v1.142.0
IMMICH_VERSION=v1.142.1
# Connection secret for postgres. You should change it to a random password
DB_PASSWORD=asdf1234

View File

@@ -14,6 +14,9 @@ services:
- redis
- database
restart: unless-stopped
networks:
- caddy-net
- default
immich-machine-learning:
container_name: immich_machine_learning
@@ -43,3 +46,9 @@ services:
volumes:
- ./pgdata:/var/lib/postgresql/data
restart: unless-stopped
networks:
caddy-net:
external: true
name: caddy-net
default: