matthiaskoenig / annotatedb

Annotation database for computational models
https://annotatedb.com
4 stars 0 forks source link

Provide prebuild postgres and elastics containers (dockerhub) #32

Open matthiaskoenig opened 5 years ago

matthiaskoenig commented 5 years ago

For simple integration with other projects prebuild containers containing all the data should be provided. This will allow users to integrate annotatedb with existing project as simple as stating the image in the docker-compose file

  adb_postgres:
    image: annotatedb/adb_postgres:0.1.1
    ports:
      - "5434:5432"
  adb_elasticsearch:
    image: annotatedb/adb_elasticsearch:0.1.1
    ports:
      - "9124:9200"