diff --git a/.idea/runConfigurations/Start_Elasticsearch.xml b/.idea/runConfigurations/Start_Elasticsearch.xml new file mode 100644 index 0000000..09a1592 --- /dev/null +++ b/.idea/runConfigurations/Start_Elasticsearch.xml @@ -0,0 +1,16 @@ + + + + + + + + + + \ No newline at end of file diff --git a/docker/postgresql/extension.sh b/docker/postgresql/extension.sh index d72b980..ad710e3 100755 --- a/docker/postgresql/extension.sh +++ b/docker/postgresql/extension.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash set -e psql -v ON_ERROR_STOP=1 --username "$POSTGRES_USER" --dbname "$POSTGRES_DB" <<-EOSQL