Setting Up Docker for Development and Production
Hexabot uses Docker for development purposes as well as streamline deployment, running essential services like the API, frontend, and MongoDB in containers. The provided Docker Compose setup ensures quick and consistent startup, eliminating manual configuration complexities.
The following is an example on how to install Docker on a Ubuntu machine. If you have a different OS, please check the official guide on how to install Docker on your system https://docs.docker.com/engine/install/
Set up Docker's apt repository:
Install Docker Community Edition:
Check if Docker is running:
Add your user to the Docker group:
To apply the new group membership, log out of the server and back in, or type the following:
Last updated