aboutsummaryrefslogtreecommitdiffstats
path: root/docker
Commit message (Collapse)AuthorAge
...
* Delete .gitignoreLibravatar thursday2021-07-12
| | | combining the docker .gitignore with the main server repo .gitignore.
* Update docker-compose.ymlLibravatar thursday2021-07-12
| | | Added additional migration note for existing users.
* Update README.mdLibravatar thursday2021-07-12
| | | Updated migration text and deprecation warning.
* Update docker-compose.ymlLibravatar thursday2021-07-12
| | | Update default database name.
* Update README.mdLibravatar thursday2021-07-12
| | | Updated default database names throughout readme.
* Update README.mdLibravatar thursday2021-07-12
| | | Added links to Docker documentation to explain port mapping, the user runtime variables and container volumes.
* Update README.mdLibravatar thursday2021-07-12
| | | Fixed Ferdi-server syntax throughout the readme (specifically capitalization and the - between Ferdi and server).
* Fixed line 83 to reflect the use of port 3333Libravatar thursday2021-07-09
| | | I believe the Dockerfile now sets Ferdi-server's port to 3333, so I've updated the documentation to reflect this.
* Update README.mdLibravatar thursday2021-07-09
| | | Fixed spelling and grammar issues and updated with warning for existing users regarding config.txt being deprecated and the default sqlite database location and name being changed.
* Update database name and volume.Libravatar thursday2021-07-09
| | | Updated to reflect the changes made to database.js and alert existing users to breaking changes.
* Update docker-compose.ymlLibravatar thursday2021-07-09
| | | As per changes to database.js and the discussion here: https://github.com/getferdi/server/pull/48#discussion_r667150127
* 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.
* Change main license holder to Ferdi and remove one existing in docker directoryLibravatar Michal Kostewicz2021-02-14
|
* Update docker/README.md - update information about usage of NGINXLibravatar Michał Kostewicz2021-02-09
| | | Co-authored-by: Cromefire_ <cromefire_@outlook.com>
* Merge branch 'master' of https://github.com/k0staa/serverLibravatar Michal Kostewicz2021-02-09
|\
| * Update docker/README.md - one mention for MariaDB/MySQLLibravatar Michał Kostewicz2021-02-09
| | | | | | Co-authored-by: Cromefire_ <cromefire_@outlook.com>
| * Update docker/README.md - removing logo from docker readmeLibravatar Michał Kostewicz2021-02-09
| | | | | | Co-authored-by: Cromefire_ <cromefire_@outlook.com>
| * Update docker/README.mdLibravatar Michał Kostewicz2021-02-09
| | | | | | Co-authored-by: Cromefire_ <cromefire_@outlook.com>
* | Mark Ethereal as deprecatedLibravatar Michal Kostewicz2021-02-09
|/
* Fix all issues found on CR -> especially update README.md, remove creation ↵Libravatar Michal Kostewicz2021-02-09
| | | | of new config.txt, update ignore files.
* Fix DATA_DIR examples in README.mdLibravatar Michal Kostewicz2021-02-08
|
* Adjust README info about DATA_DIRLibravatar Michal Kostewicz2021-02-07
|
* 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.
* Modifying Dockerfile so that it can use the current application code to ↵Libravatar Michal Kostewicz2021-02-07
| | | | build the image. Update instructions for building image in README.md
* Moved getferdi/server-docker into getferdi/server repository.Libravatar Michal Kostewicz2021-02-07
Add sample docker-compose file and update README.md files in root and docker directories.