<?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: Mishael</title>
    <description>The latest articles on DEV Community by Mishael (@thatlowkeyhacker).</description>
    <link>https://dev.to/thatlowkeyhacker</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%2F3399504%2F1886586f-da7d-4686-b96e-db5a7fab504f.jpg</url>
      <title>DEV Community: Mishael</title>
      <link>https://dev.to/thatlowkeyhacker</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/thatlowkeyhacker"/>
    <language>en</language>
    <item>
      <title>Deploying a fastapi and celery app with docker</title>
      <dc:creator>Mishael</dc:creator>
      <pubDate>Wed, 30 Jul 2025 08:44:06 +0000</pubDate>
      <link>https://dev.to/thatlowkeyhacker/deploying-a-fastapi-and-celery-app-with-docker-1005</link>
      <guid>https://dev.to/thatlowkeyhacker/deploying-a-fastapi-and-celery-app-with-docker-1005</guid>
      <description>&lt;p&gt;I built an app in python using the fastapi and celery libraries and now I want to deploy it using docker on render or any other free hosting platform, both of them have to run as different services but my fastapi endpoint calls the celery task so I really cant use separate codebases for them, usually on my computer I would just run the command to start the celery app and the command to start the fastapi server&lt;br&gt;
What is the best way to deploy this application?&lt;/p&gt;

</description>
      <category>docker</category>
      <category>celery</category>
      <category>python</category>
      <category>fastapi</category>
    </item>
  </channel>
</rss>
