SaaSHub helps you find the best software and product alternatives Learn more →
Top 23 Go docker-compose Projects
-
$ sudo yum install docker git -y $ sudo systemctl enable --now docker $ # Attention: You need IPv4 to download from GitHub! $ sudo curl -L \ "https://github.com/docker/compose/releases/latest/download/docker-compose-$(uname -s)-$(uname -m)" \ -o /usr/local/bin/docker-compose $ sudo chmod +x /usr/local/bin/docker-compose $ sudo usermod -aG docker $(whoami) # Log in to the instance again
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
Project mention: Vagrant on Apple Silicon M4: KVM vs QEMU vs Libvirt – What Works Best? | dev.to | 2025-04-23
Running Linux VMs on Apple Silicon (Colima, Lima, UTM)
-
You need to translate the docker-compose to k8s yamls, you can use chatgpt if you don't know how to translate, but it will be mostly some deployments and some services. Or try Kompose.io.
-
docker-volume-backup
Backup Docker volumes locally or to any S3, WebDAV, Azure Blob Storage, Dropbox or SSH compatible storage
I came across this amazing project offen/docker-volume-backup which not only can backup volumes locally on a schedule, it can also gracefully shut down the containers before doing so to make sure there are no unfinished writes. It also supports features like notifications, backup rotation, and compression. Additionally, it's compatible with different storage backends, making it easy to switch strategies—for example, to a remote server. And all of this with a simple Docker container. This is the whole Docker Compose configuration I use for it, not much more than the example from the project's docs:
-
-
Not sure if S3 is a hard requirement for you. But many in the self-hosted community use Plexamp/Jellyfin.
I personally really like: https://github.com/sentriz/gonic
Put it behind tailscale or similar vpn and listen to your music anywhere!
-
Similar projects which run in Docker:
https://github.com/favonia/cloudflare-ddns cache friendly and respectful of rate limits
https://github.com/timothymiller/cloudflare-ddns a bit aggressive
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
iptv-proxy
Reverse proxy on iptv m3u and m3u8 file and xtream codes client api (by pierre-emmanuelJ)
-
Project mention: GitHub Linux ARM64 hosted runners now available for free in public repositories | news.ycombinator.com | 2025-01-16
GHA can do nested virt via KVM. Here is an action that runs a test that boots up a VM running NixOS: https://github.com/aksiksi/compose2nix/blob/main/.github/wor...
You can also run QEMU if you want to build for ARM (although this announcement makes this unnecessary): https://github.com/aksiksi/ncdmv/blob/aa108a1c1e2c14a13dfbc0...
-
distr
Software Distribution Platform - Distr is the easiest way to distribute enterprise software to customer-controlled or shared-responsibility environments.
Project mention: Show HN: Open Source Software Distribution Platform for on-prem deployments | news.ycombinator.com | 2025-01-29 -
kurtosis
A platform for packaging and launching ephemeral backend stacks with a focus on approachability for the average developer.
-
-
Project mention: Show HN: Compose2nix – NixOS and Docker Compose made easy | news.ycombinator.com | 2024-10-04
-
-
EcommerceAPI
Modular e-commerce backend with a GraphQL gateway and gRPC microservices for accounts, products, orders, and recommendations.
Project mention: 🚀 Built a full e-commerce backend in Go using gRPC microservices, GraphQL, Kafka, and Docker — open source on GitHub | dev.to | 2025-04-04 -
-
go-clean-architecture-web-application-boilerplate
A web application boilerplate built with go and clean architecture.
-
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
Go docker-compose discussion
Go docker-compose related posts
-
Website behind Active Directory/LDAP with Nginx
-
Deploy a Django Rest Api on AWS EC2 using Docker, NGINX, Gunicorn and GitHub Action.
-
Vagrant on Apple Silicon M4: KVM vs QEMU vs Libvirt – What Works Best?
-
Colima: Container runtimes on macOS (and Linux) with minimal setup
-
Development on Apple Silicon with UTM
-
Docker Compose: Make –detach (or –follow) the default behaviour on up
-
Quadlet: Running Podman containers under systemd
-
A note from our sponsor - SaaSHub
www.saashub.com | 14 May 2025
Index
What are some of the best open-source docker-compose projects in Go? This list will help you:
# | Project | Stars |
---|---|---|
1 | Docker Compose | 35,307 |
2 | colima | 22,640 |
3 | kompose | 9,984 |
4 | docker-volume-backup | 2,541 |
5 | go-oauth2-server | 2,129 |
6 | gonic | 1,888 |
7 | cloudflare-ddns | 1,575 |
8 | kool | 679 |
9 | Lazytainer | 630 |
10 | iptv-proxy | 583 |
11 | compose2nix | 566 |
12 | distr | 525 |
13 | kurtosis | 438 |
14 | exo | 418 |
15 | compose-go | 379 |
16 | seonaut | 369 |
17 | EcommerceAPI | 311 |
18 | local-docker-db | 296 |
19 | go-clean-architecture-web-application-boilerplate | 287 |
20 | seelf | 278 |
21 | go-rest-api-example | 245 |
22 | compose-generator | 223 |
23 | docker-ddns-server | 189 |