<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Docker-Compose on JEROENDEV</title>
    <link>https://jeroendev.one/tags/docker-compose/</link>
    <description>Recent content in Docker-Compose on JEROENDEV</description>
    <generator>Hugo 0.125.1</generator>
    <language>en</language>
    <copyright>&lt;a href=&#34;https://creativecommons.org/licenses/by-nc/4.0/&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;CC BY-NC 4.0&lt;/a&gt;</copyright>
    <lastBuildDate>Sat, 06 Apr 2024 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://jeroendev.one/tags/docker-compose/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Docker Compose: Auto update containers using only Bash</title>
      <link>https://jeroendev.one/posts/docker-compose-auto-update-containers-using-only-bash/</link>
      <pubDate>Sat, 06 Apr 2024 00:00:00 +0000</pubDate>
      <guid>https://jeroendev.one/posts/docker-compose-auto-update-containers-using-only-bash/</guid>
      <description>Setting up the structure If you&amp;rsquo;re using Docker compose for having a declarative way to run your containers you might have found out that updating it requires some manual work. In this example we automate it using the following structure:&#xA;Folder: /opt/docker-compose Container folders: /opt/docker-compose/&amp;laquo;container&amp;raquo; Below is an example of my structure:&#xA;[root] docker-compose# ls -ld /opt/docker-compose/* -rw-r--r-- 1 root root 0 Sep 11 2023 /opt/docker-compose/README.md drwxr-xr-x 2 root root 4096 Sep 13 2023 /opt/docker-compose/bazarr drwxr-xr-x 2 root root 4096 Sep 11 2023 /opt/docker-compose/deluge drwxr-xr-x 2 root root 4096 Sep 16 15:51 /opt/docker-compose/homeassistant drwxr-xr-x 2 root root 4096 Jul 26 10:04 /opt/docker-compose/jellyfin drwxr-xr-x 2 root root 4096 Sep 13 2023 /opt/docker-compose/jenkins drwxr-xr-x 2 root root 4096 Oct 1 10:14 /opt/docker-compose/openvpn drwxr-xr-x 4 root root 4096 Sep 13 2023 /opt/docker-compose/pihole drwxr-xr-x 2 root root 4096 Sep 11 2023 /opt/docker-compose/radarr drwxr-xr-x 2 root root 4096 Dec 4 2023 /opt/docker-compose/ring-mqtt drwxr-xr-x 2 root root 4096 Sep 11 2023 /opt/docker-compose/sonarr -rwxr-xr-x 1 root root 349 Sep 11 2023 /opt/docker-compose/update.</description>
    </item>
  </channel>
</rss>
