Docker Compose setup for starting Bareos with Træfik.
The main Compose file,
which is present in the barcus
folder, is a copy of the Marc Benslahdine work that
maintains great Docker images of Baroes.
cd /opt
git clone https://github.com/solution-libre/docker-bareos.git bareos
cd bareos
cp -r .secrets.dist .secrets
Declare environment variables or copy the .env.dist
to .env
and adjust its values.
Change the value of the secrets in the .secrets
folder.
Register a domain like 'bareos.domain.tld'.
cd /opt/bareos
docker compose up -d
The Bareos hostname. Default value: 'bareos.domain.tld'
Solution Libre's repositories are open projects, and community contributions are essential for keeping them great.
The list of contributors can be found at: https://github.com/solution-libre/docker-bareos/graphs/contributors