Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 1.38 KB

File metadata and controls

38 lines (25 loc) · 1.38 KB

Week 1 — App Containerization

Containerize Backend

Add Dockerfile

The Dockerfile can access here

Build the Docker

Docker build backend

Result from running the Docker

Docker Running Backend

Result from running the Docker

Docker Backend Result

Containerize Frontend

Add Dockerfile

The Dockerfile can access here

Build the Docker

Docker Build Frontend

Result from running the Docker

Docker Frontend result

Docker-compose

Add docker-compose.yaml

Docker compose yaml can access here

Running & Result Docker-Compose

Docker Compose result

NOTE

adding postgresql inside docker-compose. can check here

adding dynamodb in local, can check here