Skip to content

Simple mule application to demonstrate the docker image deployment on AWS ECS Fargate instance.

License

Notifications You must be signed in to change notification settings

VishnuprasadMishra/mule-aws-ecs-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mule-aws-ecs-app

Simple mule application to demonstrate the docker image deployment on AWS ECS Fargate instance.

Build mule application from command line using below command -

mvn clean package

To build docker image, run below command -

docker build . -t mule-aws-ecs-app:latest

Run below command to deploy mule application inside docker container -

docker run -it --rm -p 8080:8080 mule-aws-ecs-app:latest

Once the application is deployed successfully, use below URLs to access Mule console -

http://localhost:8081/console

About

Simple mule application to demonstrate the docker image deployment on AWS ECS Fargate instance.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published