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:
parent
9b1f38350a
commit
f3fce9f78a
|
|
@ -2,7 +2,7 @@ version: "3"
|
|||
|
||||
services:
|
||||
appsmith:
|
||||
image: index.docker.io/appsmith/appsmith-ce
|
||||
image: index.docker.io/appsmith/appsmith-ee
|
||||
container_name: appsmith
|
||||
ports:
|
||||
- "80:80"
|
||||
|
|
@ -26,4 +26,4 @@ services:
|
|||
# depends_on:
|
||||
# - appsmith
|
||||
# environment:
|
||||
# - WATCHTOWER_LIFECYCLE_HOOKS=true
|
||||
# - WATCHTOWER_LIFECYCLE_HOOKS=true
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ cd /root/appsmith
|
|||
|
||||
# Step 1: Download the templates
|
||||
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
|
||||
echo ""
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user