Unfortunately, I have a connection error at the beginning
"""
The configuration entered is not valid. A database connection could not be established. Please check your configuration and try again.
com.atlassian.stash.internal.db.DefaultDatabaseManager.validateConfiguration(DefaultDatabaseManager.java:217)
com.atlassian.stash.internal.db.DefaultDatabaseManager.prepareDatabase(DefaultDatabaseManager.java:183)
com.atlassian.stash.internal.maintenance.SpringMaintenanceTaskFactory.setupTask(SpringMaintenanceTaskFactory.java:151)
Failed to obtain JDBC Connection; nested exception is org.postgresql.util.PSQLException: Connection to 192.168.1.29:5432 refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.
org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82)
com.atlassian.stash.internal.db.DefaultDatabaseValidator.validate(DefaultDatabaseValidator.java:43)
com.atlassian.stash.internal.db.DefaultDatabaseManager.validateConfiguration(DefaultDatabaseManager.java:214)
Connection to 192.168.1.29:5432 refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.
org.postgresql.Driver$ConnectThread.getResult(Driver.java:405)
org.postgresql.Driver.connect(Driver.java:263)
java.sql.DriverManager.getConnection(DriverManager.java:664) """
I am installing Bitbucket Server (7.3) (via Docker) under MacOs. I have followed the step for PostGres installation. PostGres is fine (I can manage it with pgAdmin) I am new to PostGres and Docker. Thanks for your help