<feed xmlns='http://www.w3.org/2005/Atom'>
<title>FreshRSS (Customized)/Docker/freshrss, branch 1.28.0</title>
<subtitle>Customized version of FreshRSS, a self-hosted RSS feed aggregator</subtitle>
<id>https://git.rdnlsmith.com/fresh-rss-custom/atom?h=1.28.0</id>
<link rel='self' href='https://git.rdnlsmith.com/fresh-rss-custom/atom?h=1.28.0'/>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/'/>
<updated>2025-11-16T23:27:24+00:00</updated>
<entry>
<title>Fix Docker for PostgreSQL (#8224)</title>
<updated>2025-11-16T23:27:24+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2025-11-16T23:27:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=9c8e9a8b874b50f63c061390ff817518965b0a88'/>
<id>urn:sha1:9c8e9a8b874b50f63c061390ff817518965b0a88</id>
<content type='text'>
Better fix instead of https://github.com/FreshRSS/FreshRSS/pull/8216
Based on error message:

Error: in 18+, these Docker images are configured to store database data in a
format which is compatible with "pg_ctlcluster" (specifically, using
major-version-specific directory names).  This better reflects how
PostgreSQL itself works, and how upgrades are to be performed.

See also https://github.com/docker-library/postgres/pull/1259

Counter to that, there appears to be PostgreSQL data in:
 /var/lib/postgresql/data (unused mount/volume)

This is usually the result of upgrading the Docker image without
upgrading the underlying database using "pg_upgrade" (which requires both
versions).

The suggested container configuration for 18+ is to place a single mount
at /var/lib/postgresql which will then place PostgreSQL data in a
subdirectory, allowing usage of "pg_upgrade --link" without mount point
boundary issues.

See https://github.com/docker-library/postgres/issues/37 for a (long)
discussion around this process, and suggestions for how to do so.</content>
</entry>
<entry>
<title>Change PostgreSQL data volume path in Docker Compose (#8216)</title>
<updated>2025-11-15T20:48:13+00:00</updated>
<author>
<name>FollowTheWizard</name>
<email>FollowTheWizard@t-online.de</email>
</author>
<published>2025-11-15T20:48:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=39725cdde901011f6014dc0f4dff590ab427da0d'/>
<id>urn:sha1:39725cdde901011f6014dc0f4dff590ab427da0d</id>
<content type='text'>
adjusted to v18 change in DATA path
db container will not start and freshrss will complain
fix https://github.com/FreshRSS/FreshRSS/issues/8215
</content>
</entry>
<entry>
<title>Docker Compose PostgreSQL 18 (#8111)</title>
<updated>2025-10-16T19:16:38+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2025-10-16T19:16:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=50eeede063bb3d17f3129da1775df4dcf391a05f'/>
<id>urn:sha1:50eeede063bb3d17f3129da1775df4dcf391a05f</id>
<content type='text'>
Update to version 18.
https://www.postgresql.org/about/news/postgresql-18-released-3142/
Tested to work: Debian, Alpine, PHP 8.2, PHP 8.4.
</content>
</entry>
<entry>
<title>Docker healthcheck (#7945)</title>
<updated>2025-09-11T07:43:28+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2025-09-11T07:43:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=c8da217e875c2371a8d1d13a678e2a811d906922'/>
<id>urn:sha1:c8da217e875c2371a8d1d13a678e2a811d906922</id>
<content type='text'>
* Docker healthcheck
fix https://github.com/FreshRSS/FreshRSS/issues/7377

* Use echo for non-CLI error

* curl_close is deprecated

* Connection: close

* Update cli/health.php

Co-authored-by: Frans de Jonge &lt;fransdejonge@gmail.com&gt;

---------

Co-authored-by: Frans de Jonge &lt;fransdejonge@gmail.com&gt;</content>
</entry>
<entry>
<title>Fix Docker Traefik .yml and SERVER_DNS (#7858)</title>
<updated>2025-08-27T19:54:41+00:00</updated>
<author>
<name>John Marlo Evangelista</name>
<email>ejohnmarlo@gmail.com</email>
</author>
<published>2025-08-27T19:54:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=70f0d6d24f217ef4952225f8f57d2f86f7eb96bc'/>
<id>urn:sha1:70f0d6d24f217ef4952225f8f57d2f86f7eb96bc</id>
<content type='text'>
* Rename tls.yml to tls.yaml

Rename tls.yaml so it will be align to the entry in docker-compose-proxy.yml:

volumes:
  - ./tls.yaml:/etc/traefik/tls.yaml

To prevent error:
error="error reading configuration file: /etc/traefik/tls.yaml - read /etc/traefik/tls.yaml: is a directory"

* Update example.env

Added option for SERVER_URL

To prevent warning:
WARN[0000] The "SERVER_DNS" variable is not set. Defaulting to a blank string.

* Update example.env

Change SERVER_URL to SERVER_DNS

* Use .yml consistently

---------

Co-authored-by: Alexandre Alapetite &lt;alexandre@alapetite.fr&gt;</content>
</entry>
<entry>
<title>Ligth update Docker Compose (#7249)</title>
<updated>2025-01-25T08:13:44+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2025-01-25T08:13:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=68497030f988cac483a67b27b96d2ac90a54856e'/>
<id>urn:sha1:68497030f988cac483a67b27b96d2ac90a54856e</id>
<content type='text'>
I just saw some users getting confused about the build section despite of the comment, so commented out by default
https://github.com/FreshRSS/FreshRSS/discussions/7246#discussioncomment-11908948</content>
</entry>
<entry>
<title>Docker Compose Traefik 3 (#7219)</title>
<updated>2025-01-13T18:48:24+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2025-01-13T18:48:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=c3089734c7e263941067c065443444fb3e0dbecb'/>
<id>urn:sha1:c3089734c7e263941067c065443444fb3e0dbecb</id>
<content type='text'>
Use :3 instead of `3.0` to avoid having to update the documentation too often.
Follow-up of https://github.com/FreshRSS/FreshRSS/pull/6401</content>
</entry>
<entry>
<title>PostgreSQL 17 (#6835)</title>
<updated>2024-09-28T14:29:23+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2024-09-28T14:29:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=ec9f9a43ed0521b23ab9e3d78da4678e5942b268'/>
<id>urn:sha1:ec9f9a43ed0521b23ab9e3d78da4678e5942b268</id>
<content type='text'>
https://www.postgresql.org/about/news/postgresql-17-released-2936/</content>
</entry>
<entry>
<title>Docker: Traefik 3.0 (#6401)</title>
<updated>2024-05-01T12:01:58+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2024-05-01T12:01:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=ffe68dcb9740763a2a7225be8dc4809767d47929'/>
<id>urn:sha1:ffe68dcb9740763a2a7225be8dc4809767d47929</id>
<content type='text'>
https://github.com/traefik/traefik/releases/tag/v3.0.0
https://doc.traefik.io/traefik/v3.0/migration/v2-to-v3/</content>
</entry>
<entry>
<title>Traefik 2.11 in docker-compose example (#6098)</title>
<updated>2024-02-17T13:44:57+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2024-02-17T13:44:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=53d40ea3bba2becb5ed19a09ca9e87dbde2d46e0'/>
<id>urn:sha1:53d40ea3bba2becb5ed19a09ca9e87dbde2d46e0</id>
<content type='text'>
https://github.com/traefik/traefik/releases/tag/v2.11.0</content>
</entry>
</feed>
