Answer the question
In order to leave comments, you need to log in
Is docker suitable for personal vps with self-hosted projects?
Hello! There is a personal VPS on Debian, on which a whole zoo of different software is running. No one uses it except for me and a couple of people, so there is no question of any distribution of loads; the goal is to save time when transferring between vps-hosters (hello ichor and masterhost), given that database backups are already done, the only question is to deploy the software:
- NextCloud - PHP7, FPM
- YOURLS (link shortener) - PHP7, FPM
- someone else's site on a very ancient version of Bitrix - PHP5, FPM, obsolete modules from third-party repositories
- several pet projects on Flask - Python3, UWSGI, Redis
- as well as on NodeJS
- MariaDB
- Nginx, spreading requests from subdomains to this entire zoo, + Certbot for SSL
- a few static pages served directly by Nginx
- a few cron jobs and systemd daemons
How good is docker for this? I can’t imagine how all of the above can be crammed into containers so that it doesn’t turn out to be a complete mess
. And if it doesn’t fit, then what to use? The option "just a bash script that configures everything" was left as a last resort
Answer the question
In order to leave comments, you need to log in
And what prevents you from taking Ansible and simply using it to deploy all this infrastructure anywhere?
How good is docker for this?
I can’t imagine how all of the above can be crammed into containers so that you don’t get a complete mess
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question