Skip to content

Commit 2d1d09d

Browse files
author
Exploding Labs Bot
committed
Update site from Jekyll source repo
1 parent 8f604e8 commit 2d1d09d

File tree

87 files changed

+610
-608
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

87 files changed

+610
-608
lines changed

posts/2025/07/19/recommended-compose-file-service-fields-order.html

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99

1010
<meta property="og:title" content="Recommended Docker Compose service field-order" />
1111
<meta property="og:type" content="website" />
12-
<meta property="og:url" content="https://www.explodinglabs.com/posts/" />
13-
<meta property="og:image" content="https://www.explodinglabs.com/posts/posts/assets/opengraph.png" />
14-
<meta property="og:image:secure_url" content="https://www.explodinglabs.com/posts/posts/assets/opengraph.png" />
12+
<meta property="og:url" content="https://explodinglabs.com/posts/" />
13+
<meta property="og:image" content="https://explodinglabs.com/posts/posts/assets/opengraph.png" />
14+
<meta property="og:image:secure_url" content="https://explodinglabs.com/posts/posts/assets/opengraph.png" />
1515
<meta property="og:image:type" content="image/png" />
1616
<meta property="og:image:width" content="1200" />
1717
<meta property="og:image:height" content="630" />
@@ -48,7 +48,7 @@
4848
<meta name="twitter:card" content="summary" />
4949
<meta property="twitter:title" content="Recommended Docker Compose service field-order" />
5050
<script type="application/ld+json">
51-
{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"Exploding Labs"},"dateModified":"2025-07-19T00:06:07+00:00","datePublished":"2025-07-19T00:00:00+00:00","description":"Recommended sequence (most common in official Compose examples and production teams):","headline":"Recommended Docker Compose service field-order","mainEntityOfPage":{"@type":"WebPage","@id":"https://explodinglabs.com/posts/2025/07/19/recommended-compose-file-service-fields-order.html"},"url":"https://explodinglabs.com/posts/2025/07/19/recommended-compose-file-service-fields-order.html"}</script>
51+
{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"Exploding Labs"},"dateModified":"2025-07-23T10:47:23+00:00","datePublished":"2025-07-19T00:00:00+00:00","description":"Recommended sequence (most common in official Compose examples and production teams):","headline":"Recommended Docker Compose service field-order","mainEntityOfPage":{"@type":"WebPage","@id":"https://explodinglabs.com/posts/2025/07/19/recommended-compose-file-service-fields-order.html"},"url":"https://explodinglabs.com/posts/2025/07/19/recommended-compose-file-service-fields-order.html"}</script>
5252
<!-- End Jekyll SEO tag -->
5353

5454
</head>
@@ -59,7 +59,7 @@
5959

6060
<nav>
6161
<div id="logo">
62-
<a href="https://www.explodinglabs.com/">Exploding Labs</a>
62+
<a href="https://explodinglabs.com/">Exploding Labs</a>
6363
</div>
6464
<div id="categories">
6565
<a href="/posts/">All Posts</a>
@@ -90,6 +90,8 @@ <h1>Recommended Docker Compose service field-order</h1>
9090
<time datetime="2025-07-19T00:00:00+00:00" itemprop="datePublished">
9191
Beau Barker, <time>Jul 19, 2025</time>.
9292

93+
Updated <time>Jul 23, 2025</time>.
94+
9395
<a href="https://github.com/explodinglabs/posts/edit/main/docs/_posts/2025-07-19-recommended-compose-file-service-fields-order.markdown">
9496
&#9998;
9597
</a>

posts/airflow/execute-context.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99

1010
<meta property="og:title" content="What's in Airflow's context dictionary?" />
1111
<meta property="og:type" content="website" />
12-
<meta property="og:url" content="https://www.explodinglabs.com/posts/" />
13-
<meta property="og:image" content="https://www.explodinglabs.com/posts/posts/assets/opengraph.png" />
14-
<meta property="og:image:secure_url" content="https://www.explodinglabs.com/posts/posts/assets/opengraph.png" />
12+
<meta property="og:url" content="https://explodinglabs.com/posts/" />
13+
<meta property="og:image" content="https://explodinglabs.com/posts/posts/assets/opengraph.png" />
14+
<meta property="og:image:secure_url" content="https://explodinglabs.com/posts/posts/assets/opengraph.png" />
1515
<meta property="og:image:type" content="image/png" />
1616
<meta property="og:image:width" content="1200" />
1717
<meta property="og:image:height" content="630" />
@@ -48,7 +48,7 @@
4848
<meta name="twitter:card" content="summary" />
4949
<meta property="twitter:title" content="What’s in Airflow’s context dictionary?" />
5050
<script type="application/ld+json">
51-
{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"Exploding Labs"},"dateModified":"2025-07-19T00:06:07+00:00","datePublished":"2017-12-13T00:00:00+00:00","description":"Showing the contents of the “context” object, which is available in an Operator’s execute method, or a PythonOperator’s function definition.","headline":"What’s in Airflow’s context dictionary?","mainEntityOfPage":{"@type":"WebPage","@id":"https://explodinglabs.com/posts/airflow/execute-context"},"url":"https://explodinglabs.com/posts/airflow/execute-context"}</script>
51+
{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"Exploding Labs"},"dateModified":"2025-07-23T10:47:23+00:00","datePublished":"2017-12-13T00:00:00+00:00","description":"Showing the contents of the “context” object, which is available in an Operator’s execute method, or a PythonOperator’s function definition.","headline":"What’s in Airflow’s context dictionary?","mainEntityOfPage":{"@type":"WebPage","@id":"https://explodinglabs.com/posts/airflow/execute-context"},"url":"https://explodinglabs.com/posts/airflow/execute-context"}</script>
5252
<!-- End Jekyll SEO tag -->
5353

5454
</head>
@@ -59,7 +59,7 @@
5959

6060
<nav>
6161
<div id="logo">
62-
<a href="https://www.explodinglabs.com/">Exploding Labs</a>
62+
<a href="https://explodinglabs.com/">Exploding Labs</a>
6363
</div>
6464
<div id="categories">
6565
<a href="/posts/">All Posts</a>
@@ -90,7 +90,7 @@ <h1>What's in Airflow's context dictionary?</h1>
9090
<time datetime="2017-12-13T00:00:00+00:00" itemprop="datePublished">
9191
Beau Barker, <time>Dec 13, 2017</time>.
9292

93-
Updated <time>Jul 19, 2025</time>.
93+
Updated <time>Jul 23, 2025</time>.
9494

9595
<a href="https://github.com/explodinglabs/posts/edit/main/docs/_posts/airflow/2017-12-13-airflows-execute-context.markdown">
9696
&#9998;

posts/airflow/fernet-key.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99

1010
<meta property="og:title" content="How to generate a Fernet key?" />
1111
<meta property="og:type" content="website" />
12-
<meta property="og:url" content="https://www.explodinglabs.com/posts/" />
13-
<meta property="og:image" content="https://www.explodinglabs.com/posts/posts/assets/opengraph.png" />
14-
<meta property="og:image:secure_url" content="https://www.explodinglabs.com/posts/posts/assets/opengraph.png" />
12+
<meta property="og:url" content="https://explodinglabs.com/posts/" />
13+
<meta property="og:image" content="https://explodinglabs.com/posts/posts/assets/opengraph.png" />
14+
<meta property="og:image:secure_url" content="https://explodinglabs.com/posts/posts/assets/opengraph.png" />
1515
<meta property="og:image:type" content="image/png" />
1616
<meta property="og:image:width" content="1200" />
1717
<meta property="og:image:height" content="630" />
@@ -48,7 +48,7 @@
4848
<meta name="twitter:card" content="summary" />
4949
<meta property="twitter:title" content="How to generate a Fernet key?" />
5050
<script type="application/ld+json">
51-
{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"Exploding Labs"},"dateModified":"2025-07-19T00:06:07+00:00","datePublished":"2018-01-12T00:00:00+00:00","description":"How to create a fernet key which is required for storing encrypted passwords.","headline":"How to generate a Fernet key?","mainEntityOfPage":{"@type":"WebPage","@id":"https://explodinglabs.com/posts/airflow/fernet-key"},"url":"https://explodinglabs.com/posts/airflow/fernet-key"}</script>
51+
{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"Exploding Labs"},"dateModified":"2025-07-23T10:47:23+00:00","datePublished":"2018-01-12T00:00:00+00:00","description":"How to create a fernet key which is required for storing encrypted passwords.","headline":"How to generate a Fernet key?","mainEntityOfPage":{"@type":"WebPage","@id":"https://explodinglabs.com/posts/airflow/fernet-key"},"url":"https://explodinglabs.com/posts/airflow/fernet-key"}</script>
5252
<!-- End Jekyll SEO tag -->
5353

5454
</head>
@@ -59,7 +59,7 @@
5959

6060
<nav>
6161
<div id="logo">
62-
<a href="https://www.explodinglabs.com/">Exploding Labs</a>
62+
<a href="https://explodinglabs.com/">Exploding Labs</a>
6363
</div>
6464
<div id="categories">
6565
<a href="/posts/">All Posts</a>
@@ -90,7 +90,7 @@ <h1>How to generate a Fernet key?</h1>
9090
<time datetime="2018-01-12T00:00:00+00:00" itemprop="datePublished">
9191
Beau Barker, <time>Jan 12, 2018</time>.
9292

93-
Updated <time>Jul 19, 2025</time>.
93+
Updated <time>Jul 23, 2025</time>.
9494

9595
<a href="https://github.com/explodinglabs/posts/edit/main/docs/_posts/airflow/2018-01-12-generate-fernet-key.markdown">
9696
&#9998;

posts/airflow/gpl-dependency-error-with-pip.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99

1010
<meta property="og:title" content="GPL dependency error installing Airflow 1.10" />
1111
<meta property="og:type" content="website" />
12-
<meta property="og:url" content="https://www.explodinglabs.com/posts/" />
13-
<meta property="og:image" content="https://www.explodinglabs.com/posts/posts/assets/opengraph.png" />
14-
<meta property="og:image:secure_url" content="https://www.explodinglabs.com/posts/posts/assets/opengraph.png" />
12+
<meta property="og:url" content="https://explodinglabs.com/posts/" />
13+
<meta property="og:image" content="https://explodinglabs.com/posts/posts/assets/opengraph.png" />
14+
<meta property="og:image:secure_url" content="https://explodinglabs.com/posts/posts/assets/opengraph.png" />
1515
<meta property="og:image:type" content="image/png" />
1616
<meta property="og:image:width" content="1200" />
1717
<meta property="og:image:height" content="630" />
@@ -48,7 +48,7 @@
4848
<meta name="twitter:card" content="summary" />
4949
<meta property="twitter:title" content="GPL dependency error installing Airflow 1.10" />
5050
<script type="application/ld+json">
51-
{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"Exploding Labs"},"dateModified":"2025-07-19T00:06:07+00:00","datePublished":"2018-08-28T00:00:00+00:00","description":"Posts about Exploding Labs projects and other interests.","headline":"GPL dependency error installing Airflow 1.10","mainEntityOfPage":{"@type":"WebPage","@id":"https://explodinglabs.com/posts/airflow/gpl-dependency-error-with-pip"},"url":"https://explodinglabs.com/posts/airflow/gpl-dependency-error-with-pip"}</script>
51+
{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"Exploding Labs"},"dateModified":"2025-07-23T10:47:23+00:00","datePublished":"2018-08-28T00:00:00+00:00","description":"Posts about Exploding Labs projects and other interests.","headline":"GPL dependency error installing Airflow 1.10","mainEntityOfPage":{"@type":"WebPage","@id":"https://explodinglabs.com/posts/airflow/gpl-dependency-error-with-pip"},"url":"https://explodinglabs.com/posts/airflow/gpl-dependency-error-with-pip"}</script>
5252
<!-- End Jekyll SEO tag -->
5353

5454
</head>
@@ -59,7 +59,7 @@
5959

6060
<nav>
6161
<div id="logo">
62-
<a href="https://www.explodinglabs.com/">Exploding Labs</a>
62+
<a href="https://explodinglabs.com/">Exploding Labs</a>
6363
</div>
6464
<div id="categories">
6565
<a href="/posts/">All Posts</a>
@@ -90,7 +90,7 @@ <h1>GPL dependency error installing Airflow 1.10</h1>
9090
<time datetime="2018-08-28T00:00:00+00:00" itemprop="datePublished">
9191
Beau Barker, <time>Aug 28, 2018</time>.
9292

93-
Updated <time>Jul 19, 2025</time>.
93+
Updated <time>Jul 23, 2025</time>.
9494

9595
<a href="https://github.com/explodinglabs/posts/edit/main/docs/_posts/airflow/2018-08-28-gpl-dependency-error-in-airflow-1.10.markdown">
9696
&#9998;

posts/airflow/hide-globals-in-dag-definition-file.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99

1010
<meta property="og:title" content="How to hide globals in an Airflow DAG definition file?" />
1111
<meta property="og:type" content="website" />
12-
<meta property="og:url" content="https://www.explodinglabs.com/posts/" />
13-
<meta property="og:image" content="https://www.explodinglabs.com/posts/posts/assets/opengraph.png" />
14-
<meta property="og:image:secure_url" content="https://www.explodinglabs.com/posts/posts/assets/opengraph.png" />
12+
<meta property="og:url" content="https://explodinglabs.com/posts/" />
13+
<meta property="og:image" content="https://explodinglabs.com/posts/posts/assets/opengraph.png" />
14+
<meta property="og:image:secure_url" content="https://explodinglabs.com/posts/posts/assets/opengraph.png" />
1515
<meta property="og:image:type" content="image/png" />
1616
<meta property="og:image:width" content="1200" />
1717
<meta property="og:image:height" content="630" />
@@ -48,7 +48,7 @@
4848
<meta name="twitter:card" content="summary" />
4949
<meta property="twitter:title" content="How to hide globals in an Airflow DAG definition file?" />
5050
<script type="application/ld+json">
51-
{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"Exploding Labs"},"dateModified":"2025-07-19T00:06:07+00:00","datePublished":"2018-03-06T00:00:00+00:00","description":"Don’t instantiate the DAG and operators when importing your DAG definition file.","headline":"How to hide globals in an Airflow DAG definition file?","mainEntityOfPage":{"@type":"WebPage","@id":"https://explodinglabs.com/posts/airflow/hide-globals-in-dag-definition-file"},"url":"https://explodinglabs.com/posts/airflow/hide-globals-in-dag-definition-file"}</script>
51+
{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"Exploding Labs"},"dateModified":"2025-07-23T10:47:23+00:00","datePublished":"2018-03-06T00:00:00+00:00","description":"Don’t instantiate the DAG and operators when importing your DAG definition file.","headline":"How to hide globals in an Airflow DAG definition file?","mainEntityOfPage":{"@type":"WebPage","@id":"https://explodinglabs.com/posts/airflow/hide-globals-in-dag-definition-file"},"url":"https://explodinglabs.com/posts/airflow/hide-globals-in-dag-definition-file"}</script>
5252
<!-- End Jekyll SEO tag -->
5353

5454
</head>
@@ -59,7 +59,7 @@
5959

6060
<nav>
6161
<div id="logo">
62-
<a href="https://www.explodinglabs.com/">Exploding Labs</a>
62+
<a href="https://explodinglabs.com/">Exploding Labs</a>
6363
</div>
6464
<div id="categories">
6565
<a href="/posts/">All Posts</a>
@@ -90,7 +90,7 @@ <h1>How to hide globals in an Airflow DAG definition file?</h1>
9090
<time datetime="2018-03-06T00:00:00+00:00" itemprop="datePublished">
9191
Beau Barker, <time>Mar 6, 2018</time>.
9292

93-
Updated <time>Jul 19, 2025</time>.
93+
Updated <time>Jul 23, 2025</time>.
9494

9595
<a href="https://github.com/explodinglabs/posts/edit/main/docs/_posts/airflow/2018-03-06-hide-globals-in-dag-definition-file.markdown">
9696
&#9998;

posts/airflow/index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99

1010
<meta property="og:title" content="Airflow" />
1111
<meta property="og:type" content="website" />
12-
<meta property="og:url" content="https://www.explodinglabs.com/posts/" />
13-
<meta property="og:image" content="https://www.explodinglabs.com/posts/posts/assets/opengraph.png" />
14-
<meta property="og:image:secure_url" content="https://www.explodinglabs.com/posts/posts/assets/opengraph.png" />
12+
<meta property="og:url" content="https://explodinglabs.com/posts/" />
13+
<meta property="og:image" content="https://explodinglabs.com/posts/posts/assets/opengraph.png" />
14+
<meta property="og:image:secure_url" content="https://explodinglabs.com/posts/posts/assets/opengraph.png" />
1515
<meta property="og:image:type" content="image/png" />
1616
<meta property="og:image:width" content="1200" />
1717
<meta property="og:image:height" content="630" />
@@ -47,14 +47,14 @@
4747
<meta name="twitter:card" content="summary" />
4848
<meta property="twitter:title" content="Airflow" />
4949
<script type="application/ld+json">
50-
{"@context":"https://schema.org","@type":"WebPage","author":{"@type":"Person","name":"Exploding Labs"},"dateModified":"2025-07-19T00:06:07+00:00","description":"Posts about Exploding Labs projects and other interests.","headline":"Airflow","url":"https://explodinglabs.com/posts/airflow/"}</script>
50+
{"@context":"https://schema.org","@type":"WebPage","author":{"@type":"Person","name":"Exploding Labs"},"dateModified":"2025-07-23T10:47:23+00:00","description":"Posts about Exploding Labs projects and other interests.","headline":"Airflow","url":"https://explodinglabs.com/posts/airflow/"}</script>
5151
<!-- End Jekyll SEO tag -->
5252

5353
</head>
5454
<body>
5555
<nav>
5656
<div id="logo">
57-
<a href="https://www.explodinglabs.com/">Exploding Labs</a>
57+
<a href="https://explodinglabs.com/">Exploding Labs</a>
5858
</div>
5959
<div id="categories">
6060
<a href="/posts/">All Posts</a>

0 commit comments

Comments
 (0)