When you have these things available, you can install Bifrost by running these commands:
git clone https://github.com/chrivers/bifrost
cd bifrostThen rename or copy our config.example.yaml:
cp config.example.yaml config.yamlAnd edit it with your favorite editor to your liking (see configuration reference).
If you want to put your configuration file or the certificates Bifrost creates somewhere
else, you also need to adjust the mount paths in the docker-compose.yaml. Otherwise,
just leave the default values.
Now you are ready to run the app with:
docker compose up -dThis will build and then start the app on your Docker instance.
To view the logs, run the following command:
docker logs bifrost