Help 503 service unavailable error CyberPanel

Hii,
need your help, I am trying to fix this issue from long time but unable to find any solution
I am using digitalocean
installed ubuntu 20.04
installed cyberpanel
add my domain and issued ssl
went to docker and choose bitnami latest stable image of discourse
then created container to port 9000 edited conf file via ssh
edited rewrite rule and added

RewriteCond %{HTTPS} !=on
RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
REWRITERULE ^(.*)$ http://dockerbackend/$1 [P]

but after doing all this I am unable to run discourse getting this message
503 service unavailable
The server is temporarily busy, try again later!

help what should I do

logs of container

e[38;5;6mdiscourse e[38;5;5m09:31:16.36 e[0m
e[38;5;6mdiscourse e[38;5;5m09:31:16.36 e[0me[1mWelcome to the Bitnami discourse containere[0m
e[38;5;6mdiscourse e[38;5;5m09:31:16.36 e[0mSubscribe to project updates by watching e[1mhttps://github.com/bitnami/bitnami-docker-discoursee[0m
e[38;5;6mdiscourse e[38;5;5m09:31:16.37 e[0mSubmit issues and feature requests at e[1mhttps://github.com/bitnami/bitnami-docker-discourse/issuese[0m
e[38;5;6mdiscourse e[38;5;5m09:31:16.37 e[0m
e[38;5;6mdiscourse e[38;5;5m09:31:16.38 e[0me[38;5;2mINFO e[0m ==> Validating settings in POSTGRESQL_CLIENT_* env vars
e[38;5;6mdiscourse e[38;5;5m09:31:16.42 e[0me[38;5;3mWARN e[0m ==> Hostname postgresql could not be resolved, this could lead to connection issues
e[38;5;6mdiscourse e[38;5;5m09:31:16.43 e[0me[38;5;3mWARN e[0m ==> Hostname redis could not be resolved, this could lead to connection issues
e[38;5;6mdiscourse e[38;5;5m09:31:16.44 e[0me[38;5;3mWARN e[0m ==> The DISCOURSE_DATABASE_PASSWORD environment variable is empty or not set. Set the environment variable ALLOW_EMPTY_PASSWORD=yes to allow a blank password. This is only recommended for development environments.
e[38;5;6mdiscourse e[38;5;5m09:31:16.44 e[0me[38;5;3mWARN e[0m ==> The DISCOURSE_REDIS_PASSWORD environment variable is empty or not set. Set the environment variable ALLOW_EMPTY_PASSWORD=yes to allow a blank password. This is only recommended for development environments.
e[38;5;6mdiscourse e[38;5;5m09:31:16.44 e[0me[38;5;2mINFO e[0m ==> Creating Discourse configuration file
e[38;5;6mdiscourse e[38;5;5m09:31:16.48 e[0me[38;5;2mINFO e[0m ==> Ensuring Discourse directories exist
e[38;5;6mdiscourse e[38;5;5m09:31:16.49 e[0me[38;5;2mINFO e[0m ==> Trying to connect to the database server
e[38;5;6mdiscourse e[38;5;5m09:32:16.73 e[0me[38;5;1mERRORe[0m ==> Could not connect to the database
e[38;5;6mdiscourse e[38;5;5m09:32:17.48 e[0m
e[38;5;6mdiscourse e[38;5;5m09:32:17.49 e[0me[1mWelcome to the Bitnami discourse containere[0m
e[38;5;6mdiscourse e[38;5;5m09:32:17.49 e[0mSubscribe to project updates by watching e[1mhttps://github.com/bitnami/bitnami-docker-discoursee[0m
e[38;5;6mdiscourse e[38;5;5m09:32:17.49 e[0mSubmit issues and feature requests at e[1mhttps://github.com/bitnami/bitnami-docker-discourse/issuese[0m
e[38;5;6mdiscourse e[38;5;5m09:32:17.49 e[0m
e[38;5;6mdiscourse e[38;5;5m09:32:17.50 e[0me[38;5;2mINFO e[0m ==> Validating settings in POSTGRESQL_CLIENT_* env vars
e[38;5;6mdiscourse e[38;5;5m09:32:17.53 e[0me[38;5;3mWARN e[0m ==> Hostname postgresql could not be resolved, this could lead to connection issues
e[38;5;6mdiscourse e[38;5;5m09:32:17.54 e[0me[38;5;3mWARN e[0m ==> Hostname redis could not be resolved, this could lead to connection issues
e[38;5;6mdiscourse e[38;5;5m09:32:17.55 e[0me[38;5;3mWARN e[0m ==> The DISCOURSE_DATABASE_PASSWORD environment variable is empty or not set. Set the environment variable ALLOW_EMPTY_PASSWORD=yes to allow a blank password. This is only recommended for development environments.
e[38;5;6mdiscourse e[38;5;5m09:32:17.55 e[0me[38;5;3mWARN e[0m ==> The DISCOURSE_REDIS_PASSWORD environment variable is empty or not set. Set the environment variable ALLOW_EMPTY_PASSWORD=yes to allow a blank password. This is only recommended for development environments.
e[38;5;6mdiscourse e[38;5;5m09:32:17.55 e[0me[38;5;2mINFO e[0m ==> Creating Discourse configuration file
e[38;5;6mdiscourse e[38;5;5m09:32:17.61 e[0me[38;5;2mINFO e[0m ==> Ensuring Discourse directories exist
e[38;5;6mdiscourse e[38;5;5m09:32:17.62 e[0me[38;5;2mINFO e[0m ==> Trying to connect to the database server
e[38;5;6mdiscourse e[38;5;5m09:33:17.83 e[0me[38;5;1mERRORe[0m ==> Could not connect to the database
e[38;5;6mdiscourse e[38;5;5m09:33:18.61 e[0m
e[38;5;6mdiscourse e[38;5;5m09:33:18.61 e[0me[1mWelcome to the Bitnami discourse containere[0m
e[38;5;6mdiscourse e[38;5;5m09:33:18.61 e[0mSubscribe to project updates by watching e[1mhttps://github.com/bitnami/bitnami-docker-discoursee[0m
e[38;5;6mdiscourse e[38;5;5m09:33:18.62 e[0mSubmit issues and feature requests at e[1mhttps://github.com/bitnami/bitnami-docker-discourse/issuese[0m
e[38;5;6mdiscourse e[38;5;5m09:33:18.62 e[0m
e[38;5;6mdiscourse e[38;5;5m09:33:18.63 e[0me[38;5;2mINFO e[0m ==> Validating settings in POSTGRESQL_CLIENT_* env vars
e[38;5;6mdiscourse e[38;5;5m09:33:18.67 e[0me[38;5;3mWARN e[0m ==> Hostname postgresql could not be resolved, this could lead to connection issues
e[38;5;6mdiscourse e[38;5;5m09:33:18.67 e[0me[38;5;3mWARN e[0m ==> Hostname redis could not be resolved, this could lead to connection issues
e[38;5;6mdiscourse e[38;5;5m09:33:18.68 e[0me[38;5;3mWARN e[0m ==> The DISCOURSE_DATABASE_PASSWORD environment variable is empty or not set. Set the environment variable ALLOW_EMPTY_PASSWORD=yes to allow a blank password. This is only recommended for development environments.
e[38;5;6mdiscourse e[38;5;5m09:33:18.68 e[0me[38;5;3mWARN e[0m ==> The DISCOURSE_REDIS_PASSWORD environment variable is empty or not set. Set the environment variable ALLOW_EMPTY_PASSWORD=yes to allow a blank password. This is only recommended for development environments.
e[38;5;6mdiscourse e[38;5;5m09:33:18.69 e[0me[38;5;2mINFO e[0m ==> Creating Discourse configuration file
e[38;5;6mdiscourse e[38;5;5m09:33:18.76 e[0me[38;5;2mINFO e[0m ==> Ensuring Discourse directories exist
e[38;5;6mdiscourse e[38;5;5m09:33:18.79 e[0me[38;5;2mINFO e[0m ==> Trying to connect to the database server
e[38;5;6mdiscourse e[38;5;5m09:34:18.98 e[0me[38;5;1mERRORe[0m ==> Could not connect to the database
e[38;5;6mdiscourse e[38;5;5m09:34:19.59 e[0m
e[38;5;6mdiscourse e[38;5;5m09:34:19.59 e[0me[1mWelcome to the Bitnami discourse containere[0m
e[38;5;6mdiscourse e[38;5;5m09:34:19.59 e[0mSubscribe to project updates by watching e[1mhttps://github.com/bitnami/bitnami-docker-discoursee[0m
e[38;5;6mdiscourse e[38;5;5m09:34:19.59 e[0mSubmit issues and feature requests at e[1mhttps://github.com/bitnami/bitnami-docker-discourse/issuese[0m
e[38;5;6mdiscourse e[38;5;5m09:34:19.60 e[0m
e[38;5;6mdiscourse e[38;5;5m09:34:19.60 e[0me[38;5;2mINFO e[0m ==> Validating settings in POSTGRESQL_CLIENT_* env vars
e[38;5;6mdiscourse e[38;5;5m09:34:19.64 e[0me[38;5;3mWARN e[0m ==> Hostname postgresql could not be resolved, this could lead to connection issues
e[38;5;6mdiscourse e[38;5;5m09:34:19.65 e[0me[38;5;3mWARN e[0m ==> Hostname redis could not be resolved, this could lead to connection issues
e[38;5;6mdiscourse e[38;5;5m09:34:19.65 e[0me[38;5;3mWARN e[0m ==> The DISCOURSE_DATABASE_PASSWORD environment variable is empty or not set. Set the environment variable ALLOW_EMPTY_PASSWORD=yes to allow a blank password. This is only recommended for development environments.
e[38;5;6mdiscourse e[38;5;5m09:34:19.65 e[0me[38;5;3mWARN e[0m ==> The DISCOURSE_REDIS_PASSWORD environment variable is empty or not set. Set the environment variable ALLOW_EMPTY_PASSWORD=yes to allow a blank password. This is only recommended for development environments.
e[38;5;6mdiscourse e[38;5;5m09:34:19.65 e[0me[38;5;2mINFO e[0m ==> Creating Discourse configuration file
e[38;5;6mdiscourse e[38;5;5m09:34:19.71 e[0me[38;5;2mINFO e[0m ==> Ensuring Discourse directories exist
e[38;5;6mdiscourse e[38;5;5m09:34:19.72 e[0me[38;5;2mINFO e[0m ==> Trying to connect to the database server
e[38;5;6mdiscourse e[38;5;5m09:35:19.95 e[0me[38;5;1mERRORe[0m ==> Could not connect to the database
e[38;5;6mdiscourse e[38;5;5m09:35:20.79 e[0m
e[38;5;6mdiscourse e[38;5;5m09:35:20.79 e[0me[1mWelcome to the Bitnami discourse containere[0m
e[38;5;6mdiscourse e[38;5;5m09:35:20.79 e[0mSubscribe to project updates by watching e[1mhttps://github.com/bitnami/bitnami-docker-discoursee[0m
e[38;5;6mdiscourse e[38;5;5m09:35:20.80 e[0mSubmit issues and feature requests at e[1mhttps://github.com/bitnami/bitnami-docker-discourse/issuese[0m
e[38;5;6mdiscourse e[38;5;5m09:35:20.80 e[0m
e[38;5;6mdiscourse e[38;5;5m09:35:20.81 e[0me[38;5;2mINFO e[0m ==> Validating settings in POSTGRESQL_CLIENT_* env vars
e[38;5;6mdiscourse e[38;5;5m09:35:20.85 e[0me[38;5;3mWARN e[0m ==> Hostname postgresql could not be resolved, this could lead to connection issues
e[38;5;6mdiscourse e[38;5;5m09:35:20.86 e[0me[38;5;3mWARN e[0m ==> Hostname redis could not be resolved, this could lead to connection issues
e[38;5;6mdiscourse e[38;5;5m09:35:20.86 e[0me[38;5;3mWARN e[0m ==> The DISCOURSE_DATABASE_PASSWORD environment variable is empty or not set. Set the environment variable ALLOW_EMPTY_PASSWORD=yes to allow a blank password. This is only recommended for development environments.
e[38;5;6mdiscourse e[38;5;5m09:35:20.87 e[0me[38;5;3mWARN e[0m ==> The DISCOURSE_REDIS_PASSWORD environment variable is empty or not set. Set the environment variable ALLOW_EMPTY_PASSWORD=yes to allow a blank password. This is only recommended for development environments.
e[38;5;6mdiscourse e[38;5;5m09:35:20.87 e[0me[38;5;2mINFO e[0m ==> Creating Discourse configuration file
e[38;5;6mdiscourse e[38;5;5m09:35:20.94 e[0me[38;5;2mINFO e[0m ==> Ensuring Discourse directories exist
e[38;5;6mdiscourse e[38;5;5m09:35:20.95 e[0me[38;5;2mINFO e[0m ==> Trying to connect to the database server
e[38;5;6mdiscourse e[38;5;5m09:36:21.15 e[0me[38;5;1mERRORe[0m ==> Could not connect to the database
e[38;5;6mdiscourse e[38;5;5m09:36:21.73 e[0m
e[38;5;6mdiscourse e[38;5;5m09:36:21.74 e[0me[1mWelcome to the Bitnami discourse containere[0m
e[38;5;6mdiscourse e[38;5;5m09:36:21.74 e[0mSubscribe to project updates by watching e[1mhttps://github.com/bitnami/bitnami-docker-discoursee[0m
e[38;5;6mdiscourse e[38;5;5m09:36:21.74 e[0mSubmit issues and feature requests at e[1mhttps://github.com/bitnami/bitnami-docker-discourse/issuese[0m
e[38;5;6mdiscourse e[38;5;5m09:36:21.74 e[0m
e[38;5;6mdiscourse e[38;5;5m09:36:21.75 e[0me[38;5;2mINFO e[0m ==> Validating settings in POSTGRESQL_CLIENT_* env vars
e[38;5;6mdiscourse e[38;5;5m09:36:21.79 e[0me[38;5;3mWARN e[0m ==> Hostname postgresql could not be resolved, this could lead to connection issues
e[38;5;6mdiscourse e[38;5;5m09:36:21.80 e[0me[38;5;3mWARN e[0m ==> Hostname redis could not be resolved, this could lead to connection issues
e[38;5;6mdiscourse e[38;5;5m09:36:21.81 e[0me[38;5;3mWARN e[0m ==> The DISCOURSE_DATABASE_PASSWORD environment variable is empty or not set. Set the environment variable ALLOW_EMPTY_PASSWORD=yes to allow a blank password. This is only recommended for development environments.
e[38;5;6mdiscourse e[38;5;5m09:36:21.81 e[0me[38;5;3mWARN e[0m ==> The DISCOURSE_REDIS_PASSWORD environment variable is empty or not set. Set the environment variable ALLOW_EMPTY_PASSWORD=yes to allow a blank password. This is only recommended for development environments.
e[38;5;6mdiscourse e[38;5;5m09:36:21.81 e[0me[38;5;2mINFO e[0m ==> Creating Discourse configuration file
e[38;5;6mdiscourse e[38;5;5m09:36:21.86 e[0me[38;5;2mINFO e[0m ==> Ensuring Discourse directories exist
e[38;5;6mdiscourse e[38;5;5m09:36:21.87 e[0me[38;5;2mINFO e[0m ==> Trying to connect to the database server
e[38;5;6mdiscourse e[38;5;5m09:37:22.08 e[0me[38;5;1mERRORe[0m ==> Could not connect to the database
e[38;5;6mdiscourse e[38;5;5m09:37:22.73 e[0m
e[38;5;6mdiscourse e[38;5;5m09:37:22.74 e[0me[1mWelcome to the Bitnami discourse containere[0m
e[38;5;6mdiscourse e[38;5;5m09:37:22.74 e[0mSubscribe to project updates by watching e[1mhttps://github.com/bitnami/bitnami-docker-discoursee[0m
e[38;5;6mdiscourse e[38;5;5m09:37:22.74 e[0mSubmit issues and feature requests at e[1mhttps://github.com/bitnami/bitnami-docker-discourse/issuese[0m
e[38;5;6mdiscourse e[38;5;5m09:37:22.75 e[0m
e[38;5;6mdiscourse e[38;5;5m09:37:22.75 e[0me[38;5;2mINFO e[0m ==> Validating settings in POSTGRESQL_CLIENT_* env vars
e[38;5;6mdiscourse e[38;5;5m09:37:22.80 e[0me[38;5;3mWARN e[0m ==> Hostname postgresql could not be resolved, this could lead to connection issues
e[38;5;6mdiscourse e[38;5;5m09:37:22.81 e[0me[38;5;3mWARN e[0m ==> Hostname redis could not be resolved, this could lead to connection issues
e[38;5;6mdiscourse e[38;5;5m09:37:22.82 e[0me[38;5;3mWARN e[0m ==> The DISCOURSE_DATABASE_PASSWORD environment variable is empty or not set. Set the environment variable ALLOW_EMPTY_PASSWORD=yes to allow a blank password. This is only recommended for development environments.
e[38;5;6mdiscourse e[38;5;5m09:37:22.82 e[0me[38;5;3mWARN e[0m ==> The DISCOURSE_REDIS_PASSWORD environment variable is empty or not set. Set the environment variable ALLOW_EMPTY_PASSWORD=yes to allow a blank password. This is only recommended for development environments.
e[38;5;6mdiscourse e[38;5;5m09:37:22.83 e[0me[38;5;2mINFO e[0m ==> Creating Discourse configuration file
e[38;5;6mdiscourse e[38;5;5m09:37:22.89 e[0me[38;5;2mINFO e[0m ==> Ensuring Discourse directories exist
e[38;5;6mdiscourse e[38;5;5m09:37:22.90 e[0me[38;5;2mINFO e[0m ==> Trying to connect to the database server
e[38;5;6mdiscourse e[38;5;5m09:38:23.09 e[0me[38;5;1mERRORe[0m ==> Could not connect to the database
e[38;5;6mdiscourse e[38;5;5m09:38:23.72 e[0m
e[38;5;6mdiscourse e[38;5;5m09:38:23.73 e[0me[1mWelcome to the Bitnami discourse containere[0m
e[38;5;6mdiscourse e[38;5;5m09:38:23.73 e[0mSubscribe to project updates by watching e[1mhttps://github.com/bitnami/bitnami-docker-discoursee[0m
e[38;5;6mdiscourse e[38;5;5m09:38:23.73 e[0mSubmit issues and feature requests at e[1mhttps://github.com/bitnami/bitnami-docker-discourse/issuese[0m
e[38;5;6mdiscourse e[38;5;5m09:38:23.73 e[0m
e[38;5;6mdiscourse e[38;5;5m09:38:23.74 e[0me[38;5;2mINFO e[0m ==> Validating settings in POSTGRESQL_CLIENT_* env vars
e[38;5;6mdiscourse e[38;5;5m09:38:23.78 e[0me[38;5;3mWARN e[0m ==> Hostname postgresql could not be resolved, this could lead to connection issues
e[38;5;6mdiscourse e[38;5;5m09:38:23.79 e[0me[38;5;3mWARN e[0m ==> Hostname redis could not be resolved, this could lead to connection issues
e[38;5;6mdiscourse e[38;5;5m09:38:23.80 e[0me[38;5;3mWARN e[0m ==> The DISCOURSE_DATABASE_PASSWORD environment variable is empty or not set. Set the environment variable ALLOW_EMPTY_PASSWORD=yes to allow a blank password. This is only recommended for development environments.
e[38;5;6mdiscourse e[38;5;5m09:38:23.80 e[0me[38;5;3mWARN e[0m ==> The DISCOURSE_REDIS_PASSWORD environment variable is empty or not set. Set the environment variable ALLOW_EMPTY_PASSWORD=yes to allow a blank password. This is only recommended for development environments.
e[38;5;6mdiscourse e[38;5;5m09:38:23.80 e[0me[38;5;2mINFO e[0m ==> Creating Discourse configuration file
e[38;5;6mdiscourse e[38;5;5m09:38:23.86 e[0me[38;5;2mINFO e[0m ==> Ensuring Discourse directories exist
e[38;5;6mdiscourse e[38;5;5m09:38:23.88 e[0me[38;5;2mINFO e[0m ==> Trying to connect to the database server
e[38;5;6mdiscourse e[38;5;5m09:39:24.06 e[0me[38;5;1mERRORe[0m ==> Could not connect to the database
e[38;5;6mdiscourse e[38;5;5m09:39:24.69 e[0m
e[38;5;6mdiscourse e[38;5;5m09:39:24.70 e[0me[1mWelcome to the Bitnami discourse containere[0m
e[38;5;6mdiscourse e[38;5;5m09:39:24.70 e[0mSubscribe to project updates by watching e[1mhttps://github.com/bitnami/bitnami-docker-discoursee[0m
e[38;5;6mdiscourse e[38;5;5m09:39:24.70 e[0mSubmit issues and feature requests at e[1mhttps://github.com/bitnami/bitnami-docker-discourse/issuese[0m
e[38;5;6mdiscourse e[38;5;5m09:39:24.70 e[0m
e[38;5;6mdiscourse e[38;5;5m09:39:24.71 e[0me[38;5;2mINFO e[0m ==> Validating settings in POSTGRESQL_CLIENT_* env vars
e[38;5;6mdiscourse e[38;5;5m09:39:24.75 e[0me[38;5;3mWARN e[0m ==> Hostname postgresql could not be resolved, this could lead to connection issues
e[38;5;6mdiscourse e[38;5;5m09:39:24.77 e[0me[38;5;3mWARN e[0m ==> Hostname redis could not be resolved, this could lead to connection issues
e[38;5;6mdiscourse e[38;5;5m09:39:24.77 e[0me[38;5;3mWARN e[0m ==> The DISCOURSE_DATABASE_PASSWORD environment variable is empty or not set. Set the environment variable ALLOW_EMPTY_PASSWORD=yes to allow a blank password. This is only recommended for development environments.
e[38;5;6mdiscourse e[38;5;5m09:39:24.77 e[0me[38;5;3mWARN e[0m ==> The DISCOURSE_REDIS_PASSWORD environment variable is empty or not set. Set the environment variable ALLOW_EMPTY_PASSWORD=yes to allow a blank password. This is only recommended for development environments.
e[38;5;6mdiscourse e[38;5;5m09:39:24.78 e[0me[38;5;2mINFO e[0m ==> Creating Discourse configuration file
e[38;5;6mdiscourse e[38;5;5m09:39:24.84 e[0me[38;5;2mINFO e[0m ==> Ensuring Discourse directories exist
e[38;5;6mdiscourse e[38;5;5m09:39:24.85 e[0me[38;5;2mINFO e[0m ==> Trying to connect to the database server
e[38;5;6mdiscourse e[38;5;5m09:40:25.04 e[0me[38;5;1mERRORe[0m ==> Could not connect to the database
e[38;5;6mdiscourse e[38;5;5m09:40:25.67 e[0m
e[38;5;6mdiscourse e[38;5;5m09:40:25.67 e[0me[1mWelcome to the Bitnami discourse containere[0m
e[38;5;6mdiscourse e[38;5;5m09:40:25.67 e[0mSubscribe to project updates by watching e[1mhttps://github.com/bitnami/bitnami-docker-discoursee[0m
e[38;5;6mdiscourse e[38;5;5m09:40:25.67 e[0mSubmit issues and feature requests at e[1mhttps://github.com/bitnami/bitnami-docker-discourse/issuese[0m
e[38;5;6mdiscourse e[38;5;5m09:40:25.68 e[0m
e[38;5;6mdiscourse e[38;5;5m09:40:25.69 e[0me[38;5;2mINFO e[0m ==> Validating settings in POSTGRESQL_CLIENT_* env vars
e[38;5;6mdiscourse e[38;5;5m09:40:25.72 e[0me[38;5;3mWARN e[0m ==> Hostname postgresql could not be resolved, this could lead to connection issues
e[38;5;6mdiscourse e[38;5;5m09:40:25.73 e[0me[38;5;3mWARN e[0m ==> Hostname redis could not be resolved, this could lead to connection issues
e[38;5;6mdiscourse e[38;5;5m09:40:25.74 e[0me[38;5;3mWARN e[0m ==> The DISCOURSE_DATABASE_PASSWORD environment variable is empty or not set. Set the environment variable ALLOW_EMPTY_PASSWORD=yes to allow a blank password. This is only recommended for development environments.
e[38;5;6mdiscourse e[38;5;5m09:40:25.74 e[0me[38;5;3mWARN e[0m ==> The DISCOURSE_REDIS_PASSWORD environment variable is empty or not set. Set the environment variable ALLOW_EMPTY_PASSWORD=yes to allow a blank password. This is only recommended for development environments.
e[38;5;6mdiscourse e[38;5;5m09:40:25.74 e[0me[38;5;2mINFO e[0m ==> Creating Discourse configuration file
e[38;5;6mdiscourse e[38;5;5m09:40:25.81 e[0me[38;5;2mINFO e[0m ==> Ensuring Discourse directories exist
e[38;5;6mdiscourse e[38;5;5m09:40:25.82 e[0me[38;5;2mINFO e[0m ==> Trying to connect to the database server
e[38;5;6mdiscourse e[38;5;5m09:41:26.00 e[0me[38;5;1mERRORe[0m ==> Could not connect to the database
e[38;5;6mdiscourse e[38;5;5m09:41:26.61 e[0m
e[38;5;6mdiscourse e[38;5;5m09:41:26.61 e[0me[1mWelcome to the Bitnami discourse containere[0m
e[38;5;6mdiscourse e[38;5;5m09:41:26.62 e[0mSubscribe to project updates by watching e[1mhttps://github.com/bitnami/bitnami-docker-discoursee[0m
e[38;5;6mdiscourse e[38;5;5m09:41:26.62 e[0mSubmit issues and feature requests at e[1mhttps://github.com/bitnami/bitnami-docker-discourse/issuese[0m
e[38;5;6mdiscourse e[38;5;5m09:41:26.62 e[0m
e[38;5;6mdiscourse e[38;5;5m09:41:26.63 e[0me[38;5;2mINFO e[0m ==> Validating settings in POSTGRESQL_CLIENT_* env vars
e[38;5;6mdiscourse e[38;5;5m09:41:26.67 e[0me[38;5;3mWARN e[0m ==> Hostname postgresql could not be resolved, this could lead to connection issues
e[38;5;6mdiscourse e[38;5;5m09:41:26.68 e[0me[38;5;3mWARN e[0m ==> Hostname redis could not be resolved, this could lead to connection issues
e[38;5;6mdiscourse e[38;5;5m09:41:26.68 e[0me[38;5;3mWARN e[0m ==> The DISCOURSE_DATABASE_PASSWORD environment variable is empty or not set. Set the environment variable ALLOW_EMPTY_PASSWORD=yes to allow a blank password. This is only recommended for development environments.
e[38;5;6mdiscourse e[38;5;5m09:41:26.68 e[0me[38;5;3mWARN e[0m ==> The DISCOURSE_REDIS_PASSWORD environment variable is empty or not set. Set the environment variable ALLOW_EMPTY_PASSWORD=yes to allow a blank password. This is only recommended for development environments.
e[38;5;6mdiscourse e[38;5;5m09:41:26.69 e[0me[38;5;2mINFO e[0m ==> Creating Discourse configuration file
e[38;5;6mdiscourse e[38;5;5m09:41:26.75 e[0me[38;5;2mINFO e[0m ==> Ensuring Discourse directories exist
e[38;5;6mdiscourse e[38;5;5m09:41:26.76 e[0me[38;5;2mINFO e[0m ==> Trying to connect to the database server

i tried reissuing ssl but nothing works
I do followed cyberpanel guide to install it though

See Troubleshooting Bitnami Installations and Discourse official Standard Installation for ways this community supports.

1 Like