Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
This commit is contained in:
commit
4d643fccc3
|
|
@ -34,18 +34,6 @@ services:
|
|||
networks:
|
||||
- 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:
|
||||
appsmith:
|
||||
driver: bridge
|
||||
|
|
@ -258,11 +258,9 @@ if [ $package_manager == "yum" -o $package_manager == "apt-get" ];then
|
|||
fi
|
||||
|
||||
# Role - Folder
|
||||
for directory_name in nginx certbot mongo/db opa/config
|
||||
for directory_name in nginx certbot/conf certbot/www mongo/db
|
||||
do
|
||||
if [[ ! -d "$install_dir/data/$directory_name" ]];then
|
||||
mkdir -p "$install_dir/data/$directory_name"
|
||||
fi
|
||||
done
|
||||
|
||||
echo "Generating the configuration files from the templates"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user