-
-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathlemur_db.env
More file actions
14 lines (14 loc) · 629 Bytes
/
lemur_db.env
File metadata and controls
14 lines (14 loc) · 629 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
POSTGRES_USER=user
POSTGRES_PASSWORD=2zyJ2mUF8atRdep5
POSTGRES_DB=lemur
POSTGRES_HOST=postgres
#POSTGRES_PORT=<defaults to 5432>
#POSTGRES_DUMP_HOST=
#POSTGRES_DUMP_PORT=<defaults to POSTGRES_PORT>
#POSTGRES_DUMP_DB=<defaults to POSTGRES_DB>
#POSTGRES_DUMP_USER=<defaults to POSTGRES_USER>
#POSTGRES_DUMP_PASSWORD=
# Set POSTGRES_DB_MODE=load-from-dump to dump the above configured DB and load it locally
# Set POSTGRES_DB_MODE=init to initialize a brand new DB
# Leave POSTGRES_DB_MODE unset to use the existing DB on the volume (this should be used after the initial run, since the volume is persistent)
# POSTGRES_DB_MODE=init