Skip to content
This repository has been archived by the owner on May 5, 2022. It is now read-only.

Latest commit

 

History

History
33 lines (24 loc) · 422 Bytes

README.md

File metadata and controls

33 lines (24 loc) · 422 Bytes

gRPC API TodoList Example

Build

Build Docker Image

docker-compose build

Rebuild Specific Docker Image

Service names:

  • front-end: web
  • proxy: proxy
  • back-end:server
docker-compose build --no-cache [service name]

Run All Service

docker-compose up

Run All Service in Background

docker-compose up -d

Use

Open: http://localhost:3000/