Skip to content

Docker Compose setup for starting Dolibarr with Træfik

License

Notifications You must be signed in to change notification settings

solution-libre/docker-dolibarr

Repository files navigation

Dolibarr with Docker Compose

Table of Contents

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

Description

Docker Compose setup for starting Dolibarr with Traefik by Solution Libre.

The main Compose file, which is present in the dolibarr-docker folder, is a copy of the Dolibarr work that maintains great Docker images of Dolibarr.

Requirements

Setup

cd /opt
git clone https://usine.solution-libre.fr/docker/dolibarr.git
cd dolibarr
cp -r .secrets.dist .secrets
cp dolibarr-docker/secrets/* .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 'dolibarr.domain.tld'.

Usage

cd /opt/dolibarr
docker compose up -d

Reference

See REFERENCE.md

Development

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

Fork this repo on our GitLab or on GitHub

Contributors

The list of contributors can be found at: https://usine.solution-libre.fr/docker/dolibarr/-/graphs/main