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.
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'.
cd /opt/dolibarr
docker compose up -d
See REFERENCE.md
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
The list of contributors can be found at: https://usine.solution-libre.fr/docker/dolibarr/-/graphs/main