6 lines
145 B
Bash
6 lines
145 B
Bash
POSTGRES_DB=postgres
|
|
POSTGRES_USER=postgres
|
|
POSTGRES_PASSWORD=postgres
|
|
|
|
POSTGRES_DATABASE_URL=postgresql://postgres:postgres@library-db/postgres
|