aboutsummaryrefslogtreecommitdiffstats
path: root/docker/entrypoint.sh
Commit message (Collapse)AuthorAge
* Update comment to deprecate use of config.txt Libravatar thursday2021-07-09
| | | Explain the deprecated state of config.txt (and .env) and reference the readme and .env.example.
* Comment out code to generate .env fileLibravatar thursday2021-07-09
| | | Remove code to check for `config.txt` and generate `/app/.env` file, but keep it in comments for now as documentation.
* Fix all issues found on CR -> especially update README.md, remove creation ↵Libravatar Michal Kostewicz2021-02-09
| | | | of new config.txt, update ignore files.
* Add script which will use config.txt if existLibravatar Michal Kostewicz2021-02-07
|
* Revert line which choose DB folder using env. Move Dockerfile to root. ↵Libravatar Michal Kostewicz2021-02-07
| | | | Simplify export in entrypoint. Update README
* Add new configuration for docker with small script to generate or use ↵Libravatar Michal Kostewicz2021-02-07
APP_KEY. docker-compose was adjusted to use DATA_DIR.