Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 480 Bytes

DEBUG_ON_DOCKER_COMPOSE.md

File metadata and controls

28 lines (19 loc) · 480 Bytes

Debugging on Docker Compose

Build the image

$ make docker-build

Start docker-compose

$ make docker-compose-up

The required database and tables will be created and the application will be started. If you want to start only the database for development purposes, run docker-compose-up-db instead of docker-compose-up.

Stop docker-compose

$ make docker-compose-down

Verification

$ make verify-group-chat