cosmos / atlas

An open source Cosmos SDK module registry.
Apache License 2.0
25 stars 14 forks source link

docker deployment #59

Closed tac0turtle closed 3 years ago

tac0turtle commented 3 years ago

Right now the process involves installing atlas locally. We should allow people to use a docker image.

I can look into helping on this.

alexanderbez commented 3 years ago

Sure thing! I mean, no one will really run it except me/whoever maintains atlas.cosmos.network, however, I still think having a docker image is a good idea. In fact, DigitalOcean App platform now allows you to use custom docker images. Before it didn't and that's why I didn't bother.

tac0turtle commented 3 years ago

Oh, I meant for the atlas binary for publishing, but it may be the same docker image?

alexanderbez commented 3 years ago

Ohh, why is a docker image needed to publish?

tac0turtle commented 3 years ago

To avoid the need to install atlas locally. In the publishing doc you specify the need to install it this is a way to avoid it. I like using docker for things more than downloading it locally. Personal preference

alexanderbez commented 3 years ago

Gotcha, yeah why not. Can you help out?