5 lines
133 B
Bash
5 lines
133 B
Bash
POSTGRES_DB=postgres
|
|
POSTGRES_USER=postgres
|
|
POSTGRES_PASSWORD=OhPostgres!
|
|
POSTGRES_STORAGE=10Gi
|
|
POSTGRES_IMAGE=pgvector/pgvector:pg15 |