aboutsummaryrefslogtreecommitdiff
path: root/docker-compose.yml
Commit message (Collapse)AuthorAgeFilesLines
* style(compose): not muchFuwn2021-06-181-6/+5
|
* feat(docker): expose .whirl directory to host as a volumeFuwn2021-06-091-0/+2
| | | | | | | | Previously, Whirl would grab the default configuration data from the the `Default` trait of `Config`, this means that the configuration of a Docker container could not be modified. As well, the database would be reset upon the restart of the Docker container... This solution introduces a shared Volume directory with the label `.whirl-data` which acts as a means of persistant data storage for Whirl.
* refactor(docker): docker compose!Fuwn2021-06-081-0/+9