Skip to content

ExpressionDetection/compose

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker setup

This is the setup repository for the ExpressionDetection project. It contains a docker-compose.yml file with the container orchestration of this system.

Getting Started

  • Install Docker

  • Run ./setup.sh new and enjoy!

    • After the setup is complete check services logs by doing ./log-apps.sh

Post-setup services

Service Name Description Protocol URL
grpcox RPC explorer GUI http localhost:6969
model1 Model 1 RPC service gRPC / http2 localhost:50051
model2 Model 2 RPC service gRPC / http2 localhost:50052
grpc-pkg RPC protobufs store N/A N/A
chrome-extension Video call chrome extesion http localhost:3000

Useful commands

  • ./run.sh $CONTAINER_NAME $COMMAND: Running commands inside containers
  • ./up.sh: Build images and turn on containers
  • ./down.sh: Turn down containers
  • ./build.sh: This will build all Docker images for all apps
  • ./log-apps.sh: Logs all services
    • ./log-apps.sh $CONTAINER_NAME: Logs one service

Stopping services

  • To stop services, either:
    • Run ./down.sh to stop all services.
    • Run docker-compose stop ${service_name} to stop a specific service.

About

Docker-compose setup to spin up micro services

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages