HungThinhNguyen27 / golang-news-app

0 stars 0 forks source link

MakerFile : Dockerfile and Docker Compose Setup for Microservices #21

Open HungThinhNguyen27 opened 1 month ago

HungThinhNguyen27 commented 1 month ago

Description:

Configure Dockerfiles and Docker Compose for the broker, auth and ...., including the following tasks:

Tasks: Broker Service: Create Dockerfile to build and run brokerApp with Go.

Auth Service: Create Dockerfile to build and run authApp with Go.

Docker Compose: Set up a docker-compose.yml to manage all services, including correct port mapping and environment variables.

Automation: Implement Makefile tasks to build, start, and stop the services.

Testing: Ensure services can communicate and function properly within Docker containers.