major updates and fixes
This commit is contained in:
@@ -4,7 +4,7 @@ services:
|
||||
file: ${TEMPLATES_PATH}
|
||||
service: default
|
||||
container_name: immich_server
|
||||
image: ghcr.io/immich-app/immich-server:v2.7.5
|
||||
image: ghcr.io/immich-app/immich-server:v3.0.3
|
||||
environment:
|
||||
DB_PASSWORD: ${IMMICH_DB_PASSWORD}
|
||||
DB_HOSTNAME: postgres-vectorchord
|
||||
|
||||
@@ -24,6 +24,8 @@ services:
|
||||
service: default
|
||||
ports:
|
||||
- 5010:5010
|
||||
environment:
|
||||
MOUSEHOLE_AUTH_PASSWORD: ${MOUSEHOLE_PASSWORD}
|
||||
image: tmmrtn/mousehole:0.5.0
|
||||
volumes:
|
||||
- ${MEDIA_PATH}/prowlarr/mousehole:/srv/mousehole
|
||||
|
||||
@@ -29,6 +29,7 @@ services:
|
||||
# Admin user when not OIDC
|
||||
PAPERLESS_ADMIN_USER: chris
|
||||
PAPERLESS_ADMIN_PASSWORD: ${PAPERLESS_ADMIN_PASSWORD}
|
||||
PAPERLESS_SECRET_KEY: ${PAPERLESS_SECRET_KEY}
|
||||
# OIDC
|
||||
# PAPERLESS_DISABLE_REGULAR_LOGIN: true
|
||||
# PAPERLESS_ENABLE_HTTP_REMOTE_USER: true
|
||||
|
||||
Reference in New Issue
Block a user