Docker Compose
A docker-compose file is the easiest way to run or deploy your Bhuma app.
Environment Variables
To deploy your app using a docker-compose file, you have to set the following environment variables:
- SNAPSHOT: Download this value using the Bhuma IDE
Update the values on the bhuma docker-compose file, then run docker compose up
. Wait until the deployment completes and navigates in your browser to http://localhost
to use your app.
Updated 12 months ago