<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Docker on Jamie Ede</title>
    <link>https://www.jamieede.com/tags/docker/</link>
    <description>Recent content in Docker on Jamie Ede</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Fri, 22 May 2026 16:00:00 +0000</lastBuildDate>
    <atom:link href="https://www.jamieede.com/tags/docker/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Self-hosting Langflow behind a public static site</title>
      <link>https://www.jamieede.com/posts/self-hosting-langflow-behind-static-site/</link>
      <pubDate>Fri, 22 May 2026 16:00:00 +0000</pubDate>
      <guid>https://www.jamieede.com/posts/self-hosting-langflow-behind-static-site/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://www.jamieede.com/astra-chat&#34; &gt;Astra Docs Chat&lt;/a&gt;&#xA; is public on Cloudflare Pages. Langflow runs on a &lt;strong&gt;private&lt;/strong&gt; instance: reachable from the Pages Function proxy, not from browsers directly.&lt;/p&gt;&#xA;&lt;p&gt;This post covers the ops shape I use: Dockge/compose, PostgreSQL persistence, environment variables, CORS as belt-and-braces, and what you expose vs keep internal.&lt;/p&gt;&#xA;&lt;p&gt;Series: &lt;a href=&#34;https://www.jamieede.com/posts/building-astra-docs-chat-rag-over-datastax-on-langflow-and-cloudflare-pages/&#34; &gt;Building Astra Docs Chat&lt;/a&gt;&#xA; · &lt;a href=&#34;https://www.jamieede.com/posts/proxying-langflow-cloudflare-pages-functions/&#34; &gt;Proxy pattern&lt;/a&gt;&#xA;&lt;/p&gt;&#xA;&lt;p&gt;Public chat: &lt;a href=&#34;https://www.jamieede.com/astra-chat&#34; &gt;Astra Docs Chat&lt;/a&gt;&#xA;&lt;/p&gt;&#xA;&lt;hr&gt;&#xA;&#xA;&lt;h2 id=&#34;topology&#34; class=&#34;anchor-link&#34;&gt;&lt;a href=&#34;#topology&#34;&gt;Topology&lt;span class=&#34;pilcrow&#34;&gt;&amp;nbsp;¶&lt;/span&gt;&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code class=&#34;language-text&#34; data-lang=&#34;text&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;Internet → jamieede.com (Hugo + Pages Functions)&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;              ↓ HTTPS + x-api-key (server-side only)&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;           Langflow (private host / tunnel; URL not in HTML or JS)&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;              ↓&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;           OpenAI (embeddings), DeepSeek (chat), Astra DB (vectors)&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Visitors never receive the Langflow hostname in HTML or JS. DevTools on &lt;code&gt;/astra-chat&lt;/code&gt; should show only same-origin &lt;code&gt;/api/astra-chat&lt;/code&gt; (&lt;a href=&#34;https://www.jamieede.com/posts/proxying-langflow-cloudflare-pages-functions/&#34; &gt;proxy verification&lt;/a&gt;&#xA;).&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
