Replace tt-rss image with new fork
This commit is contained in:
parent
fa644e6dc9
commit
395f556f4a
1 changed files with 3 additions and 3 deletions
|
|
@ -26,7 +26,7 @@ tinytinyrss_env:
|
||||||
|
|
||||||
tinytinyrss_compose:
|
tinytinyrss_compose:
|
||||||
watchtower: false
|
watchtower: false
|
||||||
image: cthulhoo/ttrss-web-nginx
|
image: ghcr.io/tt-rss/tt-rss-web-nginx:latest
|
||||||
volumes:
|
volumes:
|
||||||
- app:/var/www/html:ro
|
- app:/var/www/html:ro
|
||||||
file:
|
file:
|
||||||
|
|
@ -35,7 +35,7 @@ tinytinyrss_compose:
|
||||||
depends_on:
|
depends_on:
|
||||||
- tt-rss
|
- tt-rss
|
||||||
tt-rss:
|
tt-rss:
|
||||||
image: cthulhoo/ttrss-fpm-pgsql-static
|
image: ghcr.io/tt-rss/tt-rss:latest
|
||||||
restart: always
|
restart: always
|
||||||
env_file:
|
env_file:
|
||||||
- .env
|
- .env
|
||||||
|
|
@ -44,7 +44,7 @@ tinytinyrss_compose:
|
||||||
networks:
|
networks:
|
||||||
default:
|
default:
|
||||||
updater:
|
updater:
|
||||||
image: cthulhoo/ttrss-fpm-pgsql-static
|
image: ghcr.io/tt-rss/tt-rss:latest
|
||||||
restart: always
|
restart: always
|
||||||
env_file:
|
env_file:
|
||||||
- .env
|
- .env
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue