https://github.com/devenes/docker-compose-terraform-bash-automation
Python Flask API Containerization and Deployment on AWS Cloud with Docker Compose and Terraform using Bash Scripts and GitHub Actions
https://github.com/devenes/docker-compose-terraform-bash-automation
api aws bash bash-script docker docker-compose flask github-actions python terraform
Last synced: 6 months ago
JSON representation
Python Flask API Containerization and Deployment on AWS Cloud with Docker Compose and Terraform using Bash Scripts and GitHub Actions
- Host: GitHub
- URL: https://github.com/devenes/docker-compose-terraform-bash-automation
- Owner: devenes
- License: apache-2.0
- Created: 2022-04-28T22:45:09.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-05-26T01:49:27.000Z (about 4 years ago)
- Last Synced: 2025-09-08T22:32:29.504Z (10 months ago)
- Topics: api, aws, bash, bash-script, docker, docker-compose, flask, github-actions, python, terraform
- Language: Shell
- Homepage:
- Size: 183 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Flask API Containerization and Deployment
[](https://github.com/devenes/docker-compose-terraform-bash-api-automation/actions/workflows/terraform.yml)

About |
Technologies |
Requirements |
Starting |
License |
Author
## :dart: About ##
Python Flask API Containerization and Deployment on AWS Cloud with Docker Compose and Terraform using Bash Scripts and GitHub Actions
## :rocket: Technologies ##
The following tools were used in this project:
- [Terraform](https://www.terraform.io/)
- [Docker](https://www.docker.com/)
- [Docker Compose](https://docs.docker.com/compose/overview/)
- [Bash](https://devhints.io/bash)
- [Python](https://www.python.org/)
- [Git](https://git-scm.com/)
- [Github](https://github.com)
- [AWS](https://aws.amazon.com/)
- [GitHub Actions](https://github.com/actions)
## :white_check_mark: Requirements ##
Before starting :checkered_flag:, you need to have [Git](https://git-scm.com) and [Terraform](https://www.terraform.io/) installed.
## :checkered_flag: Starting ##
```bash
# Clone this project
git clone https://github.com/devenes/docker-compose-terraform-bash-automation
```
```bash
# Access the project folder
cd docker-compose-terraform-bash-automation
```
```bash
# Install Terraform providers
terraform init
```
```bash
# Run Terraform
terraform apply -auto-approve
```
## Expected Server Output

## Expected Terraform Output

## :memo: License ##
This project is under license from Apache. For more details, see the [LICENSE](LICENSE) file.
Made with :heart: by devenes