mirror of
https://github.com/Haxxnet/Compose-Examples
synced 2025-04-13 16:26:06 +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
|
||||
volumes:
|
||||
- ${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
|
||||
networks:
|
||||
- immich-internal
|
||||
@ -74,4 +76,4 @@ networks:
|
||||
proxy:
|
||||
external: true
|
||||
immich-internal:
|
||||
internal: true
|
||||
internal: true
|
||||
|
Loading…
x
Reference in New Issue
Block a user