Checklist
- [ x ] I checked other issues already and found no answer
- [ x ] I checked the documentation and found no answer
- [ x ] I am running the latest version and the feature i am requesting is not implemented there
Describe the problem you are trying to solve
The Docker compose has some small ish flaws. Like mentioned it would be better if there was a docker image like described in Issue #1382
.
Some options to reconsidere are the exposing of the MariaDB port. Theoreticly not needed from what ive seen.
And last but not least, the maria db dosnt use the volume for data persitency.
Describe the solution you'd like
Add the Docker Image.
Add the volume mount.
Add a docker network for traffick from DB to the frontend
Remove the Port binding.
Additional context
If i find time i try to propose a better compose file.
Checklist
Describe the problem you are trying to solve
The Docker compose has some small ish flaws. Like mentioned it would be better if there was a docker image like described in Issue #1382
.
Some options to reconsidere are the exposing of the MariaDB port. Theoreticly not needed from what ive seen.
And last but not least, the maria db dosnt use the volume for data persitency.
Describe the solution you'd like
Add the Docker Image.
Add the volume mount.
Add a docker network for traffick from DB to the frontend
Remove the Port binding.
Additional context
If i find time i try to propose a better compose file.