Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 502 Bytes

DEBUG_ON_DOCKER_COMPOSE.md

File metadata and controls

32 lines (20 loc) · 502 Bytes

Debugging on Docker Compose

Build the image

$ makers docker-build-local-all

Start docker-compose

$ makers 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

$ makers docker-compose-down

Verification

$ makers verify-group-chat