Viewing profile — blindlobstar
blindlobstar
HN member- Joined
- Tue, Apr 21, 2026, 7:18 PM UTC
- HN karma
- 1
- Public activity
- 6 items
- HN profile
- View on Hacker News ↗
About blindlobstar
No profile information was provided.
Recent public activity
-
comment
Comment #47975209
clean setup! I have a raspberry pi but haven't configured it yet. a few questions if you don't mind: 1. how do you manage deployments? Is it some sort of sh script or CI/CD pipelin…
-
comment
Comment #47974172
thanks for sharing. nice to see more people choosing docker swarm as an orchestrator. the idea with database management is good, been thinking about similar feature to introduce co…
-
story
Ask HN: How do you self-host your apps?
Hello everyone! I'm looking for feedback from people who selfhost their own environment. I'm building a tool to simplify deployment and management and make it feel more like a PaaS…
-
comment
Comment #47953268
> Can I deploy postgres with network storage that will mount automatically on node where container is launched? Yes (if I'm getting your question right). here is an example of nfs …
-
comment
Comment #47914103
'docker stack deploy' covers most of the cases. But yeah, there is still some problems like: "update a config or a secret", that require manually invoking additional commands (or v…
-
comment
Comment #47912547
Why both posts mention docker compose and not mentioning docker swarm. Being using it for my projects for long time. And it's so nice. Similar syntax, easy networking, rollout stra…