Files
lasuite-messages/deploy/env/postgresql.defaults
T
Sylvain Zimmer b0238d1efe ️(devx) improve "make bootstrap" setup time and overall DevX
Notably, we try to reduce disk usage by standardizind on common
base Docker images. We also improve node_modules by reducing
duplicate dependencies and install speed.
2026-07-10 18:45:58 +02:00

5 lines
103 B
Plaintext

# Postgresql db container configuration
POSTGRES_DB=messages
POSTGRES_USER=user
POSTGRES_PASSWORD=pass