diff --git a/provider/indexer-aws/CloudFormation/Automated/ecs.yml b/provider/indexer-aws/CloudFormation/Automated/ecs.yml index 55a5edc809ad591d6f9121da1f4c9c06a3ba05e1..6d7c64be144779147a3a89f75d39d269d31a134b 100644 --- a/provider/indexer-aws/CloudFormation/Automated/ecs.yml +++ b/provider/indexer-aws/CloudFormation/Automated/ecs.yml @@ -40,7 +40,7 @@ Parameters: DesiredCapacity: Description: The default number of instances to launch in the ECS cluster. Type: Number - Default: '1' + Default: '0' MaxSize: Description: Maximum number of instances that can be launched in the ECS cluster. diff --git a/provider/indexer-aws/Dockerfile b/provider/indexer-aws/Dockerfile index 207019b41f51e61908859da2065b18f669ee6998..43af5625a229fa85c3e636455448c0e46045a529 100644 --- a/provider/indexer-aws/Dockerfile +++ b/provider/indexer-aws/Dockerfile @@ -1,7 +1,7 @@ FROM amazoncorretto:8 WORKDIR / -COPY provider/storage-aws/target/storage-aws-0.0.1-SNAPSHOT-spring-boot.jar storage-aws-0.0.1-SNAPSHOT-spring-boot.jar +COPY provider/storage-aws/target/indexer-aws-0.0.1-SNAPSHOT-spring-boot.jar indexer-aws-0.0.1-SNAPSHOT-spring-boot.jar EXPOSE 8080 -CMD ["java","-jar", "storage-aws-0.0.1-SNAPSHOT-spring-boot.jar"] \ No newline at end of file +CMD ["java","-jar", "indexer-aws-0.0.1-SNAPSHOT-spring-boot.jar"] \ No newline at end of file