From a6c35944485414463bb7ef744a0ed402111beb68 Mon Sep 17 00:00:00 2001 From: TheH2SO4 <69685986+theh2so4@users.noreply.github.com> Date: Mon, 23 Oct 2023 12:48:13 +0200 Subject: [PATCH] [+] Template: Grocy MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🆕 **New Template**: -> ℹī¸ **Grocy**: Grocy is a self-hosted, web-based household management and grocery list application, designed to simplify your household chores and grocery shopping. --- templates/compose/grocy.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 templates/compose/grocy.yaml diff --git a/templates/compose/grocy.yaml b/templates/compose/grocy.yaml new file mode 100644 index 000000000..3c980efb1 --- /dev/null +++ b/templates/compose/grocy.yaml @@ -0,0 +1,18 @@ +# documentation: https://github.com/grocy/grocy +# slogan: Grocy is a self-hosted, web-based household management and grocery list application, designed to simplify your household chores and grocery shopping. + +services: + grocy: + image: lscr.io/linuxserver/grocy:latest + environment: + - SERVICE_FQDN_GROCY + - PUID=1000 + - PGID=1000 + - TZ=Europe/Madrid + volumes: + - grocy-config:/config + healthcheck: + test: ["CMD", "curl", "-f", "http://localhost:80"] + interval: 2s + timeout: 10s + retries: 15