This is the backend of a real-time chat using Go and Flutter
Follow these steps:
- Run
docker compose up -d
to start the project in production mode. - Run
docker compose down
to stop the project.
Follow these steps:
- Run
docker compose -f docker-compose.prod.yaml build
to build the project (this will create a new image for the project). Be cautious, as it does not delete the old image, so you will need to remove it manually. - Run
docker compose -f docker-compose.prod.yaml up -d
to start the project in production mode. - Run
docker compose -f docker-compose.prod.yaml down
to stop the project.
docker-compose ps docker-compose logs -f backend