From 9df5af82c0371bf5077251e8c1323eccf92bcfb0 Mon Sep 17 00:00:00 2001 From: Stille Date: Fri, 24 Jun 2022 12:09:01 +0800 Subject: [PATCH] =?UTF-8?q?browserless=20chrome=20already=20support=20arm6?= =?UTF-8?q?4=20=F0=9F=8E=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- compose_files/arm/freshrss-rsshub-http.yml | 5 +++++ compose_files/arm/freshrss-rsshub-https.yml | 5 +++++ compose_files/arm/ttrss-rsshub-http.yml | 7 ++++++- compose_files/arm/ttrss-rsshub-https.yml | 5 +++++ 4 files changed, 21 insertions(+), 1 deletion(-) diff --git a/compose_files/arm/freshrss-rsshub-http.yml b/compose_files/arm/freshrss-rsshub-http.yml index 00c6194..6066574 100644 --- a/compose_files/arm/freshrss-rsshub-http.yml +++ b/compose_files/arm/freshrss-rsshub-http.yml @@ -82,6 +82,11 @@ services: networks: - rssforever + browserless: + image: browserless/chrome + restart: always + networks: + - rssforever redis: image: redis:alpine diff --git a/compose_files/arm/freshrss-rsshub-https.yml b/compose_files/arm/freshrss-rsshub-https.yml index b9d4088..0041a60 100644 --- a/compose_files/arm/freshrss-rsshub-https.yml +++ b/compose_files/arm/freshrss-rsshub-https.yml @@ -82,6 +82,11 @@ services: networks: - rssforever + browserless: + image: browserless/chrome + restart: always + networks: + - rssforever redis: image: redis:alpine diff --git a/compose_files/arm/ttrss-rsshub-http.yml b/compose_files/arm/ttrss-rsshub-http.yml index baa8d19..f40c557 100644 --- a/compose_files/arm/ttrss-rsshub-http.yml +++ b/compose_files/arm/ttrss-rsshub-http.yml @@ -76,7 +76,12 @@ services: - redis networks: - rssforever - + + browserless: + image: browserless/chrome + restart: always + networks: + - rssforever redis: image: redis:alpine diff --git a/compose_files/arm/ttrss-rsshub-https.yml b/compose_files/arm/ttrss-rsshub-https.yml index c104ff5..f7ebd06 100644 --- a/compose_files/arm/ttrss-rsshub-https.yml +++ b/compose_files/arm/ttrss-rsshub-https.yml @@ -77,6 +77,11 @@ services: networks: - rssforever + browserless: + image: browserless/chrome + restart: always + networks: + - rssforever redis: image: redis:alpine