[Feature] Expand docker-compose.yml file to include database GUI application image (Adminer, phpMyAdmin) #202
Labels
💻 aspect: code
Concerns the software code in the repository
✨ goal: improvement
Improvement to an existing feature
🟩 priority: low
Low priority and doesn't need to be rushed
🚧 status: blocked
Blocked & therefore, not ready for work
Milestone
Problem
See #199, this builds from there.
The baseline Docker Image would benefit from having some kind of GUI application setup to help with Database manipulation, especially for devs not comfortable interacting with the MySQL server via the command line directly.
Description
Once #199 is implemented, then as an expansion, A Database GUI application image could be added in the
docker-compose.yml
file to allow more flexibility in actions against the database.MVP
docker-compose.yml
filedb server
Alternatives
At the moment the two viable options available to choose between are:
Additional context
Whichever image is chosen will be pulled from the official image on Docker Hub.
Implementation
The text was updated successfully, but these errors were encountered: