You can host Loudwater yourself, either locally or on your own cloud, or you can use a hosted version provided by Bruinen.
We’ll be launching our hosted version soon, so if you’d like to get on the list, sign up here.
There are two ways to “build” your Loudwater deployment. You can either use our pre-built Docker images or build locally on your machine.Use pre-built Docker images (recommended)Run the following command in the Loudwater root directory to pull the required images from our Loudwater Docker Hub repository and run your local deployment of Loudwater:
Copy
docker compose up -d
Build locally (for development)Run the following command in the Loudwater root directory to build and run your local deployment of Loudwater:
Copy
docker compose -f docker-compose.build.yml up --build -d