https://github.com/roylee0704/recipe-app-api-proxy
recipe app api proxy
https://github.com/roylee0704/recipe-app-api-proxy
Last synced: 2 months ago
JSON representation
recipe app api proxy
- Host: GitHub
- URL: https://github.com/roylee0704/recipe-app-api-proxy
- Owner: roylee0704
- Created: 2020-08-17T08:17:23.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-23T04:27:36.000Z (over 4 years ago)
- Last Synced: 2024-12-27T23:09:26.596Z (4 months ago)
- Language: Dockerfile
- Size: 15.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Recipe App API Proxy
NGINX proxy app for recipe app deployment https://github.com/roylee0704/recipe-app-api-devops-starting-code
## Usage
### Environment Variables
* `LISTEN_PORT` - Port to listen on (default: `8000`)
* `APP_HOST` - Hostname of the app to forward requests to (default: `app`)
* `APP_PORT` - Port of the app to forward requests to (default: `9000`)## SETUP
* Without Terraform, you need to have create `ci.policies.json` and `ecr-repo` manually on AWS console.
### Policy
* Limit user to push images to specific ECR repo.
### Infrastructure?
We not going to build any infrastructure for this repo, we only build docker image and push it to ECR repo.
### GitHub Flow?
We are using github flow, only 3 types of branches: feature, master and release.