File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -63,6 +63,7 @@ ENV postgres_host ""
6363ENV postgres_user ""
6464ENV postgres_pass ""
6565ENV postgres_db ""
66+ ENV postgres_args "sslmode=prefer"
6667# The full URL to the IPFS node
6768ENV ipfs ""
6869# The etherum network(s) to connect to. Set this to a space-separated
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ run_graph_node() {
6565 else
6666 unset GRAPH_NODE_CONFIG
6767 postgres_port=${postgres_port:- 5432}
68- postgres_url=" postgresql://$postgres_user :$postgres_pass @$postgres_host :$postgres_port /$postgres_db ?sslmode=prefer "
68+ postgres_url=" postgresql://$postgres_user :$postgres_pass @$postgres_host :$postgres_port /$postgres_db ?$postgres_args "
6969
7070 wait_for_ipfs " $ipfs "
7171 echo " Waiting for Postgres ($postgres_host :$postgres_port )"
You can’t perform that action at this time.
0 commit comments