paperless-ngx: 2.15.3 -> 2.16.2
immich: 1.132.1 -> 1.134.0
This commit is contained in:
parent
f4d06a9b33
commit
e1c574012c
2 changed files with 4 additions and 6 deletions
|
@ -4,17 +4,17 @@ _: {
|
|||
jellyfin = "jellyfin/jellyfin:10.10.7";
|
||||
postgres14 = "postgres:14";
|
||||
kms = "teddysun/kms:latest";
|
||||
paperless = "ghcr.io/paperless-ngx/paperless-ngx:2.15.3";
|
||||
paperless = "ghcr.io/paperless-ngx/paperless-ngx:2.16.2";
|
||||
redis7 = "docker.io/library/redis:7";
|
||||
nextcloud = "nextcloud:30.0.6";
|
||||
postgres15 = "postgres:15";
|
||||
inbucket = "inbucket/inbucket:edge";
|
||||
syncthing = "lscr.io/linuxserver/syncthing:1.29.6";
|
||||
forgejo = "codeberg.org/forgejo/forgejo:11.0.1";
|
||||
immich = "ghcr.io/immich-app/immich-server:v1.132.1";
|
||||
immich-machine-learning = "ghcr.io/immich-app/immich-machine-learning:v1.132.1";
|
||||
immich = "ghcr.io/immich-app/immich-server:v1.134.0";
|
||||
immich-machine-learning = "ghcr.io/immich-app/immich-machine-learning:v1.134.0";
|
||||
immich-redis = "docker.io/valkey/valkey:8-bookworm@sha256:42cba146593a5ea9a622002c1b7cba5da7be248650cbb64ecb9c6c33d29794b1";
|
||||
immich-postgres = "docker.io/tensorchord/pgvecto-rs:pg14-v0.2.0@sha256:739cdd626151ff1f796dc95a6591b55a714f341c737e27f045019ceabf8e8c52";
|
||||
immich-postgres = "ghcr.io/immich-app/postgres:14-vectorchord0.3.0-pgvectors0.2.0";
|
||||
kitchenowl = "tombursch/kitchenowl:v0.6.15";
|
||||
cyberchef = "mpepping/cyberchef:latest";
|
||||
freshrss = "freshrss/freshrss:1.26.2";
|
||||
|
|
|
@ -179,8 +179,6 @@
|
|||
containers.postgres = {
|
||||
image = globals.images.immich-postgres;
|
||||
imagePullPolicy = "IfNotPresent";
|
||||
command = ["postgres"];
|
||||
args = ["-c" "shared_preload_libraries=vectors.so" "-c" "search_path=\"$$user\", public, vectors" "-c" "logging_collector=on" "-c" "max_wal_size=2GB" "-c" "shared_buffers=512MB" "-c" "wal_compression=on"];
|
||||
ports.postgres.containerPort = 5432;
|
||||
securityContext.runAsUser = 999;
|
||||
securityContext.runAsGroup = 999;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue