* All files in the `docker/templates/` directory will be processed.
* Do not start with the Teplates! Edit the [init.sh.cfg](10_init.sh.cfg.md) first to define placeholders and variables.
* All files in the `docker/templates/` directory will be processed. This also means: you can add as many custom files here as you want - and the will processed too.
* in the first line must be a line `# TARGET: [name of target file]` to define the target file. If this line does not exist, then the file will be skipped.
* Placeholdrs have the syntax variable in double brackets, i.e. `{{VARNAME}}`
* variables to be replaced are those in docker/init.sh.cfg and `{{genrator}}`
# Templates
## docker-compose.yml
## ❎ docker-compose.yml
Main configuration for docker conposer.
## dot_env
Network and servers get a application name as prefix.
❎ **It is not needed to change this file.**
Optional changes:
* if you have more directories than webroot add a mount in the volumes section