Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
I put a compose file on the server and use Ansible to deploy it to a certain tag when needed, just don't forget to prune images once in a while
-
@alexbrooklyn I haven't actually used Ansible, but I've heard it mentioned a bunch of times. Sounds like a simple and straight forward solution, and I like that it's no more that commands over SSH.
I'll check it out a bit more. Thanks! -
@ScriptCoded Well... still commands over ssh, you just describe them in yaml :p
-
-
@arcsector Same thing there. I want something even simpler :)
@SortOfTested And Fargate doesn't run anywhere, right? Or perhaps I misunderstood it's concept. -
@ScriptCoded
Fargate is just a packaged service deployment scaling model that alleviates having to manage and operate ec2 hosts. It executes the same container you'd deploy anywhere else. -
@alexbrooklyn Thanks for getting me on that trail. Never before have I been able to learn a new tool and successfully deployed an application in 1.5 days of work. And no frikkin deamons or shit. Piece of gold!
@SortOfTested Seems like I got my solution. Thanks anyways :)
Related Rants
-
gururaju53*Now that's what I call a Hacker* MOTHER OF ALL AUTOMATIONS This seems a long post. but you will definitely ...
-
linuxxx65This guy at my last internship. A windows fanboy to the fucking max! He was saying how he'd never use anythi...
-
creedasaurus60Another dev on my team just got a new machine. Before he came in today I made two separate USB installers and ...
Do any of you have any good resources at hand on good ways of managing Docker deploys? I don't want to use something as overkill as Kubernetes. In the end I want to be able to spin up the application on a $5 DigitalOcean droplet if need be.
I need to figure out a good way of managing, deploying and rolling back a live application. Perhaps just using docker-compose is the way to go. Though I want your ideas.
Thanks
question
linux
docker
not kubernetes or swarm