Skip to content

Docker Compose setup for starting Bareos with Træfik

License

Notifications You must be signed in to change notification settings

solution-libre/docker-bareos

Repository files navigation

Bareos with Docker Compose

Table of Contents

  1. Description
  2. Setup
  3. Usage
  4. Reference
  5. Development
  6. Contributors

Description

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.

Setup

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'.

Usage

cd /opt/bareos
docker compose up -d

Reference

Environment variables

HOSTNAME

The Bareos hostname. Default value: 'bareos.domain.tld'

Development

Solution Libre's repositories are open projects, and community contributions are essential for keeping them great.

Fork this repo on GitHub

Contributors

The list of contributors can be found at: https://github.com/solution-libre/docker-bareos/graphs/contributors