7 lines
204 B
Bash
7 lines
204 B
Bash
|
POSTGRES_IMAGE=postgres:12.2-alpine
|
||
|
POSTGRES_USER=user-example
|
||
|
POSTGRES_PASSWORD=password-example
|
||
|
POSTGRES_DB=postgres-database-name-example
|
||
|
POSTGRES_CONTAINER_NAME=postgres
|
||
|
POSTGRES_VOLUME_NAME=postgres
|