<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Azeez Tech</title>
    <description>The latest articles on DEV Community by Azeez Tech (@azeeztech).</description>
    <link>https://dev.to/azeeztech</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4064538%2F2cfe08ae-e326-4826-b8ea-1797fafe570a.png</url>
      <title>DEV Community: Azeez Tech</title>
      <link>https://dev.to/azeeztech</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/azeeztech"/>
    <language>en</language>
    <item>
      <title>How I Deployed Multiple Self-Hosted Services on a Single VPS Using Docker</title>
      <dc:creator>Azeez Tech</dc:creator>
      <pubDate>Wed, 05 Aug 2026 15:25:34 +0000</pubDate>
      <link>https://dev.to/azeeztech/how-i-deployed-multiple-self-hosted-services-on-a-single-vps-using-docker-5f8j</link>
      <guid>https://dev.to/azeeztech/how-i-deployed-multiple-self-hosted-services-on-a-single-vps-using-docker-5f8j</guid>
      <description>&lt;p&gt;Over the past few years, I've experimented with many hosting providers while building AI applications, automation workflows, and self-hosted infrastructure.&lt;/p&gt;

&lt;p&gt;Recently, I consolidated several services onto a single VPS using Docker, with the goal of reducing costs while keeping deployment and maintenance simple.&lt;/p&gt;

&lt;p&gt;The Stack&lt;/p&gt;

&lt;p&gt;The server currently runs:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Docker &amp;amp; Docker Compose&lt;/li&gt;
&lt;li&gt;PostgreSQL&lt;/li&gt;
&lt;li&gt;Traefik Reverse Proxy&lt;/li&gt;
&lt;li&gt;n8n&lt;/li&gt;
&lt;li&gt;Vaultwarden&lt;/li&gt;
&lt;li&gt;Uptime Kuma&lt;/li&gt;
&lt;li&gt;AI services&lt;/li&gt;
&lt;li&gt;Other personal projects&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Everything runs in isolated containers, making updates and backups much easier.&lt;/p&gt;

&lt;p&gt;Why Docker?&lt;/p&gt;

&lt;p&gt;Using Docker provides several advantages:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Consistent deployments&lt;/li&gt;
&lt;li&gt;Easy backups and migrations&lt;/li&gt;
&lt;li&gt;Better resource utilization&lt;/li&gt;
&lt;li&gt;Simplified updates&lt;/li&gt;
&lt;li&gt;Cleaner infrastructure management&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Instead of configuring each application directly on the server, every service has its own container and configuration.&lt;/p&gt;

&lt;p&gt;Why This Setup?&lt;/p&gt;

&lt;p&gt;My goals were:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Reduce monthly infrastructure costs&lt;/li&gt;
&lt;li&gt;Keep everything self-hosted&lt;/li&gt;
&lt;li&gt;Make deployments reproducible&lt;/li&gt;
&lt;li&gt;Learn production-grade DevOps practices&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;For personal projects and small teams, this setup has worked well.&lt;/p&gt;

&lt;p&gt;Lessons Learned&lt;/p&gt;

&lt;p&gt;A few things made the biggest difference:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Always use automated backups.&lt;/li&gt;
&lt;li&gt;Monitor CPU, RAM, and disk usage.&lt;/li&gt;
&lt;li&gt;Keep Docker images updated.&lt;/li&gt;
&lt;li&gt;Use HTTPS from day one.&lt;/li&gt;
&lt;li&gt;Store secrets securely instead of hardcoding them.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Hosting&lt;/p&gt;

&lt;p&gt;For this deployment, I used a Hostinger VPS because it matched my budget and performed well for my workload.&lt;/p&gt;

&lt;p&gt;If you're planning to build a similar self-hosted environment and would like a discount, you can use my referral link:&lt;/p&gt;

&lt;p&gt;[&lt;a href="https://www.hostinger.com?REFERRALCODE=IMNAZEEZAYOP" rel="noopener noreferrer"&gt;https://www.hostinger.com?REFERRALCODE=IMNAZEEZAYOP&lt;/a&gt;]&lt;/p&gt;

&lt;p&gt;Disclosure: This is a referral link. If you purchase through it, you may receive a discount, and I may earn a referral reward at no additional cost to you.&lt;/p&gt;

&lt;p&gt;What's Next?&lt;/p&gt;

&lt;p&gt;I'm planning to publish detailed guides covering:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Docker deployment best practices&lt;/li&gt;
&lt;li&gt;Running n8n in production&lt;/li&gt;
&lt;li&gt;Hosting Odoo with Docker&lt;/li&gt;
&lt;li&gt;AI infrastructure on a VPS&lt;/li&gt;
&lt;li&gt;Backup and monitoring strategies&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;If you're interested, let me know what you'd like to see next.&lt;/p&gt;

</description>
      <category>devops</category>
      <category>docker</category>
      <category>infrastructure</category>
    </item>
  </channel>
</rss>
