Skip to content

Commit

Permalink
Remove blogs
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-sumi-k committed Sep 15, 2023
1 parent e4cf806 commit 74f1ae5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
11 changes: 0 additions & 11 deletions infrastructure/template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion nginx/conf.d/default.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}
Expand Down

0 comments on commit 74f1ae5

Please sign in to comment.