Update PostgreSQL Docker Compose configuration and add SSL certificates
This commit is contained in:
3
postgres/custom-conf/pg_hba.conf
Normal file
3
postgres/custom-conf/pg_hba.conf
Normal file
@@ -0,0 +1,3 @@
|
||||
# TYPE DATABASE USER ADDRESS METHOD
|
||||
hostssl all all 192.168.2.0/24 md5
|
||||
hostssl all all 127.0.0.1/32 md5
|
||||
Reference in New Issue
Block a user