File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -407,3 +407,6 @@ certificates/letsencrypt/**
407407docs /_site
408408docs /vendor
409409docs /.bundle
410+
411+ # Database files
412+ database /postgres
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ services:
4343 ports :
4444 - " 5432:5432"
4545 volumes :
46- - ./database:/var/lib/postgresql/data:rw
46+ - ./database/postgres :/var/lib/postgresql/data:rw
4747 environment :
4848 POSTGRES_DB : aliasvault
4949 POSTGRES_USER : aliasvault
Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ services:
9191 postgres :
9292 image : ghcr.io/lanedirt/aliasvault-postgres:latest
9393 volumes :
94- - ./database:/var/lib/postgresql/data:rw
94+ - ./database/postgres :/var/lib/postgresql/data:rw
9595 environment :
9696 POSTGRES_DB : aliasvault
9797 POSTGRES_USER : aliasvault
You can’t perform that action at this time.
0 commit comments