RotherOSS / otobo-docker

OTOBO Docker and Docker Compose files.
GNU General Public License v3.0
32 stars 15 forks source link

Remove scripts/devel/generate_dot_env.sh #134

Closed bschmalhofer closed 3 months ago

bschmalhofer commented 3 months ago

That script had been meant to be used during development. The goal was easy switching between releases and branches. But this is less confusingly done with separate docker-compose directories. So remove the script as it was never really used.

This change allows to also remove the funny variables otovar_REPOSITORY and otovar_TAG macros in the _.docker_composeenv*_ sample files.

bschmalhofer commented 3 months ago

generate_dot_env.sh is removed and the sample .env files have been simplified. Only comment lines were changed in the sample .env files. Closing this issue.