Skip to content

v12.0.0

Choose a tag to compare

@github-actions github-actions released this 12 Jun 12:38
· 43 commits to refs/heads/master since this release
0b1a832

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