From bbaba5f998e9147197eedc099348e7e01054f9d0 Mon Sep 17 00:00:00 2001 From: Adrian Barrio Date: Fri, 8 Nov 2024 08:11:31 +0100 Subject: [PATCH] feat: add Firefox template --- public/svgs/firefox.svg | 1 + templates/compose/firefox.yaml | 23 +++++++++++++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 public/svgs/firefox.svg create mode 100644 templates/compose/firefox.yaml diff --git a/public/svgs/firefox.svg b/public/svgs/firefox.svg new file mode 100644 index 000000000..9a6371d47 --- /dev/null +++ b/public/svgs/firefox.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/templates/compose/firefox.yaml b/templates/compose/firefox.yaml new file mode 100644 index 000000000..1213c439d --- /dev/null +++ b/templates/compose/firefox.yaml @@ -0,0 +1,23 @@ +# documentation: https://github.com/jlesage/docker-firefox +# slogan: Fast, private, and self-hosted secure browser for browsing without limits. +# tags: browser, web, privacy +# logo: svgs/firefox.svg +# port: 5800 + +services: + firefox: + image: jlesage/firefox + environment: + - SERVICE_FQDN_FIREFOX_5800 + volumes: + - config:/config + healthcheck: + test: + - CMD + - wget + - "-q" + - "--spider" + - "http://127.0.0.1:5800/" + interval: 5s + timeout: 20s + retries: 10