11 lines
190 B
Bash
11 lines
190 B
Bash
DB_USER=admin
|
|
DB_PASSWORD=password
|
|
DB_ROOT_PASSWORD=rootpassword
|
|
DB_NAME=worklog
|
|
DB_HOST=localhost
|
|
DB_PORT=5432
|
|
DB_EXPOSED_PORT=5432
|
|
DB_TZ=America/Chicago
|
|
|
|
VOLUME_ROOT="./.container_volume"
|