mirror of
https://github.com/aliasvault/aliasvault.git
synced 2026-05-07 06:46:01 -04:00
Update gitignore for db files (#190)
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -407,3 +407,6 @@ certificates/letsencrypt/**
|
||||
docs/_site
|
||||
docs/vendor
|
||||
docs/.bundle
|
||||
|
||||
# Database files
|
||||
database/postgres
|
||||
|
||||
@@ -43,7 +43,7 @@ services:
|
||||
ports:
|
||||
- "5432:5432"
|
||||
volumes:
|
||||
- ./database:/var/lib/postgresql/data:rw
|
||||
- ./database/postgres:/var/lib/postgresql/data:rw
|
||||
environment:
|
||||
POSTGRES_DB: aliasvault
|
||||
POSTGRES_USER: aliasvault
|
||||
|
||||
@@ -91,7 +91,7 @@ services:
|
||||
postgres:
|
||||
image: ghcr.io/lanedirt/aliasvault-postgres:latest
|
||||
volumes:
|
||||
- ./database:/var/lib/postgresql/data:rw
|
||||
- ./database/postgres:/var/lib/postgresql/data:rw
|
||||
environment:
|
||||
POSTGRES_DB: aliasvault
|
||||
POSTGRES_USER: aliasvault
|
||||
|
||||
Reference in New Issue
Block a user