Skip to content
  • Vincent Emonet's avatar
    Add docker-compose.yml and update Docker documentation (#693) · 157c10f7
    Vincent Emonet authored
    * Add docker-compose.yml file based on the Docker documentation (in the readme and wiki). It starts 2 containers: the webprotege app and mongodb. The 2 containers are sharing their data volume with the host machine (to keep data even when containers are stopped) in .protegedata
    
    * Add .protegedata to .gitignore
    
    * Update documentation to run using docker-compose in the readme.md
    157c10f7