SamBouwer / any-docker

Dockerized all-in-one instance of an anytype node
MIT License
70 stars 7 forks source link

Add docker run and docker-compose.yaml #1

Closed SamBouwer closed 1 year ago

SamBouwer commented 1 year ago

To get users easily started, add a docker run and docker-compose.yaml example.

ahmedwael216 commented 1 year ago

Can we also add a makefile? It's usually just a bunch of aliases, but it makes life easier for anyone to get started.

Ex:

make build -> is just a call to docker build

make run -> is just a call to docker run

And so on...

SamBouwer commented 1 year ago

Definitely! I'll need to read into how to exactly do it to add it myself, but feel free to submit a pull request ;)

SamBouwer commented 1 year ago

@ahmedwael216 makefile is added. Learned something new again! :)