Skip to content

Latest commit

 

History

History
129 lines (76 loc) · 3.26 KB

CHANGELOG.md

File metadata and controls

129 lines (76 loc) · 3.26 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

5.0.0 2024-10-25

Changed

4.0.0 2023-09-20

Added

  • Support of memcached
  • Support of Xdebug

Changed

  • Use Docker Compose inclusion instead of COMPOSE_FILE env var
  • Use an image built for Dolibarr instead of Tuxgasy image

3.2.1 2023-08-24

Changed

  • Rename the compose.tuxgasy.override.yml file to compose.tuxgasy.override.yaml

Fixed

  • Bad secret names for cron

3.2.0 2023-08-23

Changed

  • Rename the docker-compose.*.yml files to compose.*.yaml
  • Use extends attribute to refactor dolibarr and cron services

Fixed

  • Set cron secrets files in the environment variables of cron service

3.1.0 2023-04-19

Changed

  • Use secret files for Cron secrets

Removed

  • SMTPd sidecar container

3.0.0 2022-10-26

Added

  • Script to merge Tuxgasy work.

Changed

  • Use PostgreSQL instead of MySQL. Please follow this process.

2.1.0 2022-09-20

Added

  • Add cron as sidecar container.

2.0.0 2022-07-15

Added

Changed

1.0.0 2022-07-15

Added

  • Add DOLI_URL_ROOT environment variable

Changed

  • Replace CI markdown check.
  • Use docker compose plugin in example.
  • Restart for Dolibarr and MySQL service.

Fixed

  • Fix URL in README

0.1.1 2022-06-03

Fixed

  • Add Traefik mention on README.
  • Fix LICENSE file.

0.1.0 2022-04-23

Added

  • Docker-compose setup for starting Dolibarr with Træfik.