Replace tt-rss image with new fork

This commit is contained in:
Tobias Reisinger 2025-10-19 17:20:39 +02:00
parent fa644e6dc9
commit 395f556f4a
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE

View file

@ -26,7 +26,7 @@ tinytinyrss_env:
tinytinyrss_compose:
watchtower: false
image: cthulhoo/ttrss-web-nginx
image: ghcr.io/tt-rss/tt-rss-web-nginx:latest
volumes:
- app:/var/www/html:ro
file:
@ -35,7 +35,7 @@ tinytinyrss_compose:
depends_on:
- tt-rss
tt-rss:
image: cthulhoo/ttrss-fpm-pgsql-static
image: ghcr.io/tt-rss/tt-rss:latest
restart: always
env_file:
- .env
@ -44,7 +44,7 @@ tinytinyrss_compose:
networks:
default:
updater:
image: cthulhoo/ttrss-fpm-pgsql-static
image: ghcr.io/tt-rss/tt-rss:latest
restart: always
env_file:
- .env