Skip to content

Commit 15ce443

Browse files
committed
1 parent 304c59b commit 15ce443

1 file changed

Lines changed: 0 additions & 21 deletions

File tree

Apps/Immich/docker-compose.yml

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -66,27 +66,6 @@ services:
6666
POSTGRES_INITDB_ARGS: '--data-checksums'
6767
volumes:
6868
- /DATA/AppData/immich/pgdata:/var/lib/postgresql/data
69-
healthcheck:
70-
test: pg_isready --dbname='immich' --username='postgres' || exit 1; Chksum="$$(psql --dbname='immich' --username='postgres' --tuples-only --no-align --command='SELECT COALESCE(SUM(checksum_failures), 0) FROM pg_stat_database')"; echo "checksum failure count is $$Chksum"; [ "$$Chksum" = '0' ] || exit 1
71-
interval: 5m
72-
start_interval: 30s
73-
start_period: 5m
74-
command:
75-
[
76-
'postgres',
77-
'-c',
78-
'shared_preload_libraries=vectors.so',
79-
'-c',
80-
'search_path="$$user", public, vectors',
81-
'-c',
82-
'logging_collector=on',
83-
'-c',
84-
'max_wal_size=2GB',
85-
'-c',
86-
'shared_buffers=512MB',
87-
'-c',
88-
'wal_compression=on',
89-
]
9069
restart: unless-stopped
9170
networks:
9271
- immich

0 commit comments

Comments
 (0)