mirror of
https://github.com/immich-app/immich.git
synced 2025-01-07 00:50:23 -05:00
mount postgres folder to local directory by default (#8443)
This commit is contained in:
parent
7b1562c050
commit
b6cdffa509
2 changed files with 2 additions and 2 deletions
|
@ -69,9 +69,8 @@ services:
|
|||
POSTGRES_USER: ${DB_USERNAME}
|
||||
POSTGRES_DB: ${DB_DATABASE_NAME}
|
||||
volumes:
|
||||
- pgdata:/var/lib/postgresql/data
|
||||
- ${DB_DATA_LOCATION}:/var/lib/postgresql/data
|
||||
restart: always
|
||||
|
||||
volumes:
|
||||
pgdata:
|
||||
model-cache:
|
||||
|
|
|
@ -14,5 +14,6 @@ DB_PASSWORD=postgres
|
|||
DB_HOSTNAME=immich_postgres
|
||||
DB_USERNAME=postgres
|
||||
DB_DATABASE_NAME=immich
|
||||
DB_DATA_LOCATION=./postgres
|
||||
|
||||
REDIS_HOSTNAME=immich_redis
|
||||
|
|
Loading…
Reference in a new issue