You are viewing a single comment's thread from:
RE: Boilerplate For React Applications Using Atlaskit Components And Parcel
I added it as the default dashboard to my the docker image I use for my bots. https://github.com/r351574nc3/docker-steem-bot-template/releases/tag/0.1.0-atlasparcel
I also started a new steemit-events project to use it. It's an event app for steemit blockchain.
Cool, will check it out and see what you have done with it. BTW: I added Redux to the starter.
Cool I already have plans to use it for several projects. I'm kinda delayed right now. Trying to get my witness full node and my kubernetes cluster running. I'll loop back around when that's done.
Oh, you are running your witness nodes in an kubernetes cluster? I hope you write some articles about it so I know how to do it when I setup my witness node :)
I'm building a kubernetes cluster to not just run my witness nodes, but I want to build a heroku-esque platform for steem apps.
https://steemit.com/utopian-io/@r351574nc3/proposal-subscription-model-for-steem-services
I'll definitely write documentation and blog it, but you can run a witness in just a docker container. You don't need the k8s cluster unless you're wanting to run tons of apps side-by-side with your witness
Ah, I remember that you talked about the subscription model.
This is really an ambitious project you are taking on. Love it.
Can you point me in the right direction on how to run a witness node in a docker container? Are there some articles on this topic?
Hopefully, this will help you https://github.com/steemit-witnesses/steem-witness-wiki/tree/wiki
Cheers, this helps indeed.