github zammad/zammad-docker-compose v12.0.0

latest releases: v12.0.3, v12.0.2, v12.0.1...
3 months ago

Changes

🚀 Features

  • Use only one YAML file to deploy the whole stack (#418) @mgruner
    • Remove docker-compose.override.yml from git to avoid file update conflicts with local customizations.
    • Make all ENV variables optional (use defaults in YAML as fallback)
  • Move .env file to .env.dist to avoid update conflicts. (#419) @mgruner
  • Make exposed application port configurable via new NGINX_EXPOSE_PORT variable (defaults to 8080)
  • Use the backup script that was moved to the Zammad image rather than mounting it via docker.

This greatly simplifies the deployment e.g. via Portainer, where now a deployment directly from git is possible just by entering the project URL, no ENVs have to be specified. Customizations via ENV and custom YAML files is possible just like before.

Full Changelog: v11.3.2...v12.0.0

Don't miss a new zammad-docker-compose release

NewReleases is sending notifications on new releases.