← All projects

Podsy

by @YacineMK

23

Podsy is a lightweight CLI tool that lets you orchestrate Podman containers using simple YAML files inspired by Docker Compose, built with Go.

About this project

Podsy A lightweight Podman Compose alternative for managing multi-container applications 🚀 Overview Podsy is a developer-friendly CLI orchestrator that brings Docker Compose-style workflows to Podman. It lets you define multi-container applications in simple YAML files and run them with a single command. ✨ Features Simple YAML Configuration: Define your multi-container setup in a single file Podman Integration: Leverages Podman's rootless containers for better security Resource Management: Handles networks, volumes, secrets, and configs Self-updating: Easy updates to the latest version with a single command 📥 Installation Using Pre-built Binaries Download the latest release from GitHub Releases. Building from Source 🛠️ Quick Start Create a podman-compose.yaml file: Start your application: Stop your application: 📖 Command Reference podsy up Start services defined in a Podman compose file. podsy down Stop and remove containers (without deleting volumes, configs, or networks). podsy validate Validate a Podman Compose YAML file. podsy config Edit Podman registry configuration file. podsy update Check for updates and upgrade Podsy to the latest version. podsy version

From the project README on GitHub

Stars
23
Forks
0
License
MIT
Last push
10 Jul 2025

Add this badge to your README

Show that your project is listed on Made in Algeria.

Made in Algeria
[![Made in Algeria](https://www.madeinalgeria.dev/badge/podsy.svg)](https://www.madeinalgeria.dev/projects/podsy)

Related projects