Composing environment

It is possible to make a final composition of the .env file based on the individual .env files of each module.

To execute this command and automatically combine the environment variables:

rosemary compose:env

Reboot required!

It is necessary to restart the application’s Docker container for the changes to take effect:

docker restart web_app_container