Skip to main content

Show HN: DCPM – Docker Compose Package Manager https://ift.tt/3e5lXc3

Show HN: DCPM – Docker Compose Package Manager Hey y'all, I've been using docker compose a lot in my local network, and managing setup between machines is a bit of a pain in the ass for me. I wanted an easy way to share complex configurations. At the moment most docker compose package management is done by adding a docker-compose.yml to your repo, adding a bunch of setup instructions, and hoping they are well followed. This didn't feel like a smart way to go about it to me. I wanted to create a way to create a complex package, say a series of related or linked services, and provide some meaningful way to have users install it. That's why I built DCPM. It provides a few things for you: 1. A nice CLI to interact with 2. A place to store these files and configuration 3. A way to setup new projects that's not just reading a readme To achieve these goals I built the @dcpm/cli and blobs.dcpm.dev. The cli allows you to upload and download blobs, and the back end allows you to have a persistent storage to use. I've also built a really simple front end for searching packages. This is a very early alpha. There is a lot left to improve, but I feel enough of the core concepts are here to get some early feedback and improve the tool. Any and all feedback are super welcome. Here are some links for you: Docs: https://docs.dcpm.dev Search: https://app.dcpm.dev CLI: https://ift.tt/34jFhOp GitHub: https://ift.tt/2wjf3iq fyi: there's a nonzero chance that the DB will be wiped once we exit alpha and enter beta - hamsolo/hweeks April 7, 2020 at 10:37PM

Comments

Popular posts from this blog

Show HN: I built a tool to send you daily digest of your saved bookmarks https://ift.tt/357Ij8M

Show HN: I built a tool to send you daily digest of your saved bookmarks Bookmarks which you wanted to read, but simply forgot... It happened to me all the time. I bookmarked the articles to read later and simply forgot about them. Forever. I built Mailist to help with that. Already 2350 users enjoy their "weekly digests" composed from their bookmarks. It makes me super happy! So now, https://mailist.app Pro account allows you to send an email newsletter every day, built from your bookmarks. Does it sound interesting? The free version (weekly email) is available for everyone! Let me know what you think. PS. Unlike other tools, we care about your privacy and don't suggest promo content based on your saved links. April 27, 2020 at 03:50PM