This is my course project for Softserve Academy, focusing on DevOps development.
Switch branches to navigate between specific topics.
The course covered:
The develop
branch serves as the main code source.
Once your AWS CLI is configured (with aws configure), Terraform will automatically use the credentials stored in ~/.aws/credentials.
To run locally with https:
docker-compose -f docker-compose.yaml up --build
To prebuild images for aws:
docker-compose -f docker-compose.yaml -f docker-compose.prod.yaml build
To enter container:
docker exec -t -i container_id /bin/sh