Skip to content

woonglife62/woongkie-talkie

Repository files navigation

woongkie-talkie

Simple Chat Program

start chat server using docker-compose

1. Using Image Lightweight

  • start up
sudo docker build . -f Dockerfile.builder -t builder

sudo docker build --build-arg=BUILDER_IMAGE=builder . -f Dockerfile -t woongkie-talkie

docker-compose up --build -d
  • shut down
docker-compose down

2. a simple way of running service

  • start up
docker-compose -f docker-compose.integration.yml up --build -d
  • shut down
docker-compose -f docker-compose.integration.yml down

if you want to starting chat server for running test

go run . serve

Please run redis independently.

About

간단한 채팅 프로그램

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published