Merge branch 'release' of https://github.com/appsmithorg/appsmith into release

This commit is contained in:
Automated Github Action 2020-08-03 16:05:15 +00:00
commit 4d643fccc3
2 changed files with 1 additions and 15 deletions

View File

@ -34,18 +34,6 @@ services:
networks: networks:
- appsmith - appsmith
opa:
image: openpolicyagent/opa
command: "run --server -c /config/config.yml"
volumes:
- ./appsmith-server/src/main/resources/opa/:/config
environment:
- APPSMITH_SERVER_URL=http://appsmith-internal-server:8080/public
ports:
- "8181:8181"
networks:
- appsmith
networks: networks:
appsmith: appsmith:
driver: bridge driver: bridge

View File

@ -258,11 +258,9 @@ if [ $package_manager == "yum" -o $package_manager == "apt-get" ];then
fi fi
# Role - Folder # Role - Folder
for directory_name in nginx certbot mongo/db opa/config for directory_name in nginx certbot/conf certbot/www mongo/db
do do
if [[ ! -d "$install_dir/data/$directory_name" ]];then
mkdir -p "$install_dir/data/$directory_name" mkdir -p "$install_dir/data/$directory_name"
fi
done done
echo "Generating the configuration files from the templates" echo "Generating the configuration files from the templates"