9 lines
137 B
Bash
9 lines
137 B
Bash
DB_USER=admin
|
|
DB_PASSWORD=password
|
|
DB_NAME=worklog
|
|
DB_HOST=localhost
|
|
DB_PORT=5432
|
|
DB_EXPOSED_PORT=6767
|
|
|
|
VOLUME_ROOT="./container_volume"
|