bitmaelum / bitmaelum-suite

BitMaelum software suite
https://bitmaelum.com
MIT License
61 stars 5 forks source link

create docker images through CI #139

Open jaytaph opened 3 years ago

jaytaph commented 3 years ago

We should have three images:

suite

The complete suite as-is. No configuration or anything. Just a container with the binaries. THis is currently used for bitmaelum.noxlogic.nl

Server

Something that allows us to setup a server quickly.. probably needs environment settings like BITMAELUM_HOSTNAME etc

Client

Client binaries. Probably will have also the bm-server in it, but not really used. Can be used to run bitmaelum without installing locally. However, we do need to mount the vault directory to /bitmaelum.

We probably should have a warning when this directory is not mounted.