Projects with this topic
-
🔧 🔗 https://github.com/dagger/daggerAn open-source runtime for composable workflows. Great for AI agents and CI/CD.
Updated -
🔧 🔗 https://github.com/stalwartlabs/mail-serverSecure & Modern All-in-One Mail Server (IMAP, JMAP, POP3, SMTP)
Updated -
-
🔧 🔗 https://github.com/nbursa/inception-core-serverA modular, extensible Rust-based server providing short-term, long-term, and latent memory services, a chat endpoint with a BaseAgent + Sentience DSL, and integration with ChromaDB and LLM services.
Updated -
🔧 🔗 https://github.com/cars10/autodokrestart your containers with a new image
autodok provides an API to restart your running docker containers with a new image. It is similar to watchtower, but it does not poll for new images - autodok only updates images & containers on-demand. It is intended to be triggered by your CI pipeline, the recommended workflow is:
You push new code This triggers your CI to build & push a new image Your CI sends a POST request to autodok with the name of your running container and the new image:tag
autodok will download the new image and restart the container with the new image
Updated -
🔧 🔗 https://github.com/utensils/essexA Docker project template generator written in Rust
Updated