diff --git a/infrastructure/template.yml b/infrastructure/template.yml index b7559b96f..86fe70fe7 100644 --- a/infrastructure/template.yml +++ b/infrastructure/template.yml @@ -190,17 +190,6 @@ Resources: HostPort: 8080 Protocol: tcp - - Name: "canopas-blog" - Memory: 512 - Cpu: 512 - Essential: true - Image: - Fn::Sub: ${AWS::AccountId}.dkr.ecr.${AWS::Region}.amazonaws.com/canopas-blog:latest - PortMappings: - - ContainerPort: 3000 - HostPort: 3000 - Protocol: tcp - ECSService: Type: AWS::ECS::Service Properties: diff --git a/nginx/conf.d/default.conf b/nginx/conf.d/default.conf index 2fb935c40..faba6e734 100644 --- a/nginx/conf.d/default.conf +++ b/nginx/conf.d/default.conf @@ -9,7 +9,7 @@ server { } location /resources { - proxy_pass http://canopas-blog:3000/resources; + proxy_pass http://65.2.75.248:3000/resources; proxy_set_header Host $host; } }