Skip to content

LaplancheMaxime/docker-dolibarr

 
 

Repository files navigation

License: AGPL v3 Build Status Docker Pulls Latest version Docker Size Docker stars Gitlab stars GitHub stars

Quality Gate Status Code Smells Reliability Rating Vulnerabilities Bugs Security Rating Maintainability Rating

Dolibarr on Docker

Docker image for Dolibarr.

Provides full database configuration, production mode, HTTPS enforcer (SSL must be provided by reverse proxy), handles upgrades, and so on...

View full documentation here

What is Dolibarr

Dolibarr ERP & CRM is a modern software package to manage your organization's activity (contacts, suppliers, invoices, orders, stocks, agenda, ...).

More informations

Supported tags and respective Dockerfile links

Dockerhub maximelaplanche/docker-dolibarr

Tags:

Version Tags Architecture PHP
18.0 18.0.1-apache 18.0-apache apache 18.0.1 18.0 latest amd64, i386 8.1
18.0 18.0.1-fpm 18.0-fpm fpm amd64, i386 8.1
18.0 18.0.1-fpm-alpine 18.0-fpm-alpine fpm-alpine amd64, i386 8.1
17.0 17.0.3-apache 17.0-apache 17.0.3 17.0 amd64, i386 8.1
17.0 17.0.3-fpm 17.0-fpm amd64, i386 8.1
17.0 17.0.3-fpm-alpine 17.0-fpm-alpine amd64, i386 8.1
16.0 16.0.5-apache 16.0-apache 16.0.5 16.0 amd64, i386 8.1
16.0 16.0.5-fpm 16.0-fpm amd64, i386 8.1
16.0 16.0.5-fpm-alpine 16.0-fpm-alpine amd64, i386 8.1
15.0 15.0.3-apache 15.0-apache 15.0.3 15.0 amd64, i386 7.3
15.0 15.0.3-fpm 15.0-fpm amd64, i386 7.3
15.0 15.0.3-fpm-alpine 15.0-fpm-alpine amd64, i386 7.3
14.0 14.0.5-apache 14.0-apache 14.0.5 14.0 amd64, i386 7.3
14.0 14.0.5-fpm 14.0-fpm amd64, i386 7.3
14.0 14.0.5-fpm-alpine 14.0-fpm-alpine amd64, i386 7.3
13.0 13.0.5-apache 13.0-apache 13.0.5 13.0 amd64, i386 7.3
13.0 13.0.5-fpm 13.0-fpm amd64, i386 7.3
13.0 13.0.5-fpm-alpine 13.0-fpm-alpine amd64, i386 7.3
12.0 12.0.5-apache 12.0-apache 12.0.5 12.0 amd64, i386 7.3
12.0 12.0.5-fpm 12.0-fpm amd64, i386 7.3
12.0 12.0.5-fpm-alpine 12.0-fpm-alpine amd64, i386 7.3

https://wiki.dolibarr.org/index.php?title=Versions

Quick reference

How to run this image

This image is based on the officiel PHP repository. It is inspired from nextcloud, tuxgasy/docker-dolibarr and Monogramm/docker-dolibarr.

This image does not contain the database for Dolibarr. You need to use either an existing database or a database container.

This image is designed to be used in a micro-service environment. There are two versions of the image you can choose from.

The apache tag contains a full Dolibarr installation including an apache web server. It is designed to be easy to use and gets you running pretty fast. This is also the default for the latest tag and version tags that are not further specified.

The second option is a fpm container. It is based on the php-fpm image and runs a fastCGI-Process that serves your Dolibarr page. To use this image it must be combined with any webserver that can proxy the http requests to the FastCGI-port of the container.

Questions / Issues

If you got any questions or problems using the image, please visit our Gitlab Repository and write an issue.

About

🐳 🐘 Docker image for Dolibarr.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 66.8%
  • Dockerfile 28.4%
  • Python 4.8%