adjust for pangolin + glance homepage
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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:
|
||||
Reference in New Issue
Block a user