almarklein / mypaas

Run your own PaaS using Docker, Traefik, and great analytics
BSD 2-Clause "Simplified" License
381 stars 16 forks source link

Docker Swarm!! & ENV values #41

Open abhranil26 opened 10 months ago

abhranil26 commented 10 months ago

Absolutely love the minimalistic approach, tried it out works Traefik+ My-Paas works great and fast. Just wondering if Docker Swarm will be added in the future. Also would love if env values could be updated from passing a command instead of deploying repeatedly. Could be a perfect caprover alternative then.

almarklein commented 10 months ago

Just wondering if Docker Swarm will be added in the future.

I don't think so. MyPaas is based on Traefik. Supporting other "backends" would add an order of magnitude in complexity.

almarklein commented 10 months ago

Also would love if env values could be updated from passing a command instead of deploying repeatedly.

That seems reasonable.