logoalt Hacker News

kwakubineytoday at 10:44 AM1 replyview on HN

I’m working on a small deployment tool called push2start[1]. The goal is to make Docker Compose apps easier to deploy from a laptop to a remote server without a lot of custom scripts. Right now, I’m trying to keep Compose as the source of truth and avoid creating another mini orchestrator. You point it at a compose file, it transfers only the images that need to come from local, then deploys and gives status, logs, and restart controls from one CLI.

[1]https://github.com/kwakubiney/push2start


Replies

Hendriktotoday at 10:49 AM

I remember reading that Docker Compose is for development environments only, and should not be used in production. Did that change?

show 1 reply