Open HungThinhNguyen27 opened 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.
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.