Fully automated Docker Compose setup? #783
Labels
Status: Needs Triage
Should be the default status for issues that have been acknowledged, but not yet processed.
Type: Enhancement
A request for a change that is an enhancement
Is your feature request related to a problem? Please describe.
I always create my Docker Compose setups in a way that no manual interaction is required.
This way, I can always delete the volumes, throw away the container and test and update as much as I want and when the project I'm working on ends, future maintainers and administrators can continue to use it without needing to throw away the software because they cannot start it anymore after a server upgrade.
However it seems like using WebProtégé with Docker and Docker Compose requires several manual steps, like going into the container and executing certain scripts and tools that require human input.
Describe the solution you'd like
The Docker Compose setup should use environment variables to read in all necessary information to create the admin user and import and ontology, so that it is self contained and ready to be used after a simple
docker compose up
.The text was updated successfully, but these errors were encountered: