Skip to content

tsiotska/CloudTech-studying

Repository files navigation

What is this?

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.

Dev scripts

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published