mirror of
https://github.com/Haxxnet/Compose-Examples
synced 2025-04-27 23:23:35 +00:00
chore: add db command
This commit is contained in:
parent
125f012a68
commit
101ebd6283
@ -63,6 +63,8 @@ services:
|
|||||||
PG_DATA: /var/lib/postgresql/data
|
PG_DATA: /var/lib/postgresql/data
|
||||||
volumes:
|
volumes:
|
||||||
- ${DB_DATABASE_LOCATION}:/var/lib/postgresql/data
|
- ${DB_DATABASE_LOCATION}:/var/lib/postgresql/data
|
||||||
|
command: >-
|
||||||
|
postgres -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
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
networks:
|
networks:
|
||||||
- immich-internal
|
- immich-internal
|
||||||
|
Loading…
x
Reference in New Issue
Block a user