fix: move ansible playbooks to default appsmith-ee (#29554)

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

- **Chores**
- Updated the source URL for Docker Compose file download in the cloud
initialization script to a specific GitHub repository for improved
reliability and traceability.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
This commit is contained in:
Goutham Pratapa 2023-12-15 15:14:01 +05:30 committed by GitHub
parent 9b1f38350a
commit f3fce9f78a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@ version: "3"
services: services:
appsmith: appsmith:
image: index.docker.io/appsmith/appsmith-ce image: index.docker.io/appsmith/appsmith-ee
container_name: appsmith container_name: appsmith
ports: ports:
- "80:80" - "80:80"

View File

@ -9,7 +9,7 @@ cd /root/appsmith
# Step 1: Download the templates # Step 1: Download the templates
echo "Downloading the Docker Compose file..." echo "Downloading the Docker Compose file..."
curl -L https://bit.ly/3AQzII6 -o $PWD/docker-compose.yml curl -L https://raw.githubusercontent.com/appsmithorg/appsmith/master/deploy/aws_ami/docker-compose.yml -o $PWD/docker-compose.yml
# Step 2: Pulling the latest container images # Step 2: Pulling the latest container images
echo "" echo ""