custom config
This commit is contained in:
parent
83b007c65a
commit
90c9f1aa0b
1 changed files with 8 additions and 0 deletions
|
@ -34,6 +34,14 @@ Following Files are important and have been changed and setup with the script:
|
||||||
* docker.config
|
* docker.config
|
||||||
* docker-compose.yml
|
* docker-compose.yml
|
||||||
|
|
||||||
|
## Add additional custom configs
|
||||||
|
|
||||||
|
To add additional custom environment variables, you can add a file .env.custom and add your variables there.
|
||||||
|
This file will not be changed from the setup script and will be used inside all containers to overwrite the existing .env and .env.local
|
||||||
|
```sh
|
||||||
|
MAILER_DSN='smtp://null'
|
||||||
|
DEFAULT_LANGUAGE='de'
|
||||||
|
```
|
||||||
|
|
||||||
## Final Result
|
## Final Result
|
||||||
Following final Result should be printed from the docker-compose command:
|
Following final Result should be printed from the docker-compose command:
|
||||||
|
|
Loading…
Add table
Reference in a new issue