File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -63,6 +63,7 @@ ENV postgres_host ""
63
63
ENV postgres_user ""
64
64
ENV postgres_pass ""
65
65
ENV postgres_db ""
66
+ ENV postgres_args "sslmode=prefer"
66
67
# The full URL to the IPFS node
67
68
ENV ipfs ""
68
69
# 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() {
65
65
else
66
66
unset GRAPH_NODE_CONFIG
67
67
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 "
69
69
70
70
wait_for_ipfs " $ipfs "
71
71
echo " Waiting for Postgres ($postgres_host :$postgres_port )"
You can’t perform that action at this time.
0 commit comments