mirror of
https://github.com/suitenumerique/messages.git
synced 2026-08-17 21:25:41 +02:00
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.
5 lines
103 B
Plaintext
5 lines
103 B
Plaintext
# Postgresql db container configuration
|
|
POSTGRES_DB=messages
|
|
POSTGRES_USER=user
|
|
POSTGRES_PASSWORD=pass
|