mirror of
https://github.com/suitenumerique/docs.git
synced 2026-08-17 21:25:43 +02:00
We rename the docs folder into documentation, we think this new name is more relevant and less confusing.
9 lines
168 B
YAML
9 lines
168 B
YAML
postgres:
|
|
enabled: true
|
|
name: postgres
|
|
#serviceNameOverride: postgres
|
|
image: postgres:16-alpine
|
|
username: dinum
|
|
password: pass
|
|
database: dinum
|
|
size: 1Gi |