Skip to content

seismolabs/seismo-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Seismo Docker

Ready to use docker image to deploy Seismo server.

Installation

You have to install docker on you machine first, please follow instruction here.

Prepare image

In order to get docker image with seismo, run

$ docker pull seismolabs/server

To persist the data, it's recomended to create external volume,

$ mkdir -p ~/seismo/data

You also have to create external config file,

$ mkdir -p ~/seismo/config
$ touch ~/seismo/config/index.js

Start server

Run the server,

$ docker run -d -p 80:8080 -v ~/seismo/data:/data/db -v ~/seismo/config:/home/seismo/config seismolabs/server

Run docker ps command and you should we, the server is started.

License

MIT

Releases

No releases published

Packages

No packages published

Languages