﻿<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <atom:link href="https://www.hibit.dev/rss/posts/215" rel="self" type="application/rss+xml" />
        <title><![CDATA[Setting up SQLite with Docker Compose]]></title>
        <description><![CDATA[<p>Creating a Docker image with an SQLite database is a smart way to ensure that your application runs consistently across different environments. Docker simplifies the deployment process by allowing developers to package applications with all their dependencies into a single container. SQLite, being a lightweight database, fits well into this scenario. In this article, we'll walk through the steps needed to create a Docker image that includes an SQLite database, using Docker Compose for easy management.</p>]]></description>
        <link><![CDATA[https://www.hibit.dev/posts/215/setting-up-sqlite-with-docker-compose]]></link>
        <pubDate>Mon, 25 Nov 2024 08:27:03 +0000</pubDate>
        <language>en</language>
        <category>systems</category>

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