https://github.com/arifulhb/docker-ecr-sample
Docker ECS, ECR Sample
https://github.com/arifulhb/docker-ecr-sample
aws aws-ecs docker docker-container ecs-task ecs-task-definition
Last synced: about 1 month ago
JSON representation
Docker ECS, ECR Sample
- Host: GitHub
- URL: https://github.com/arifulhb/docker-ecr-sample
- Owner: arifulhb
- Created: 2020-03-10T02:46:01.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-10T06:39:58.000Z (over 6 years ago)
- Last Synced: 2025-11-16T13:20:09.183Z (7 months ago)
- Topics: aws, aws-ecs, docker, docker-container, ecs-task, ecs-task-definition
- Language: Dockerfile
- Homepage: https://stackoverflow.com/questions/60611062/aws-ecr-ecs-based-deployment-nginx-emerg-host-not-found-in-upstream-app90
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Docker ECR Sample
Sample of PHP-FPM and NGINX docker image for ECR & ECS based deployment.
Reference I am following:
**Deploy web apps (+NGINX) to ECS with Docker**
https://medium.com/@stefanofrancavilla/deploy-web-apps-nginx-to-ecs-with-docker-580c6af827e8
### SO Discussion & Solution
When this configuration was failing, I created this SO question and got answer to solve. this.
##### Question
[AWS ECR, ECS based deployment: nginx: [emerg] host not found in upstream “app:9000” in /etc/nginx/conf.d/default.conf:2](https://stackoverflow.com/questions/60611062/aws-ecr-ecs-based-deployment-nginx-emerg-host-not-found-in-upstream-app90)