﻿<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <atom:link href="https://www.hibit.dev/rss/posts/210" rel="self" type="application/rss+xml" />
        <title><![CDATA[Setting up MySQL and Redis with Docker Compose]]></title>
        <description><![CDATA[<p>Docker has transformed the way developers deploy applications, offering an efficient method to package and distribute software. One common use case involves setting up a MySQL database alongside a Redis service. MySQL serves as a reliable relational database management system, while Redis acts as a high-performance in-memory key-value store. With Docker and Docker Compose, you can get both of these services up and connected in just a few steps. This article will guide you through creating a Docker environment that includes MySQL and Redis, giving you a smooth and reliable setup.</p>]]></description>
        <link><![CDATA[https://www.hibit.dev/posts/210/setting-up-mysql-and-redis-with-docker-compose]]></link>
        <pubDate>Mon, 11 Nov 2024 08:00:03 +0000</pubDate>
        <language>en</language>
        <category>systems</category>

        <image>
            <title>setting-up-mysql-and-redis-with-docker-compose</title>
            <link><![CDATA[https://www.hibit.dev/posts/210/setting-up-mysql-and-redis-with-docker-compose]]></link>
            <url><![CDATA[https://www.hibit.dev/images/posts/2024/headers/docker_db.png]]></url>
            <width>200></width>
            <height>200></height>
        </image>
    </channel>
</rss>
