add postgres with ssl

This commit is contained in:
2025-06-07 11:43:05 +02:00
parent 52b5a1676d
commit e2f70a1d1f
5 changed files with 39 additions and 0 deletions

9
postgres/entrypoint.sh Normal file
View File

@@ -0,0 +1,9 @@
#!/bin/bash
chmod 0400 /cert.pem
chown postgres:postgres /cert.pem
chmod 0400 /key.pem
chown postgres:postgres /key.pem
exec "$@"