callat-qcd / lattedb

Lattice QCD database interface using EspressoDB as the content manager.
https://ithems.lbl.gov/lattedb
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

Docker setup #69

Closed ckoerber closed 3 years ago

ckoerber commented 4 years ago

Created docker file for lattedb to allow deploying docker images.

How to use it?

  1. Install docker
  2. Create db, persistent volume and lattedb in different images docker-compose up (in the repo root). Done. The webpage is hosted @ localhost:8000
  3. (Optional) Run commands inside the image docker-compose run app <bash commands like lattedb info>

What's new?

Next steps?