Skip to content

Latest commit

 

History

History
58 lines (39 loc) · 1.56 KB

README.md

File metadata and controls

58 lines (39 loc) · 1.56 KB

Dolibarr with Docker Compose

Table of Contents

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

Description

Docker Compose setup for starting Dolibarr with Træfik.

The main Compose file, which is present in the tuxgasy folder, is a copy of the Garcia Michel work that maintains great Docker images of Dolibarr.

Setup

cd /opt
git clone https://github.com/solution-libre/docker-dolibarr.git dolibarr
cd dolibarr
cp -r .secrets.dist .secrets
cp tuxgasy/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 GitHub

Contributors

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