From afa6e4398b4fd5671cb606a126ce9d9fb2ecc9fc Mon Sep 17 00:00:00 2001 From: Bradley Bickford Date: Wed, 22 Oct 2025 14:22:55 -0400 Subject: [PATCH] Add Grocy --- web-compose.yml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/web-compose.yml b/web-compose.yml index c9132d2..ac2983b 100644 --- a/web-compose.yml +++ b/web-compose.yml @@ -9,6 +9,17 @@ services: - "8080:80" volumes: - "/var/www/html:/usr/local/apache2/htdocs" + grocy: + image: lscr.io/linuxserver/grocy:latest + container_name: grocy + environment: + - PUID=10000 + - PGID=10000 + - TZ=America/New_York + volumes: + - /grocy:/config + ports: + - 9283:80 gitea: image: gitea/gitea:1.22.4 container_name: gitea @@ -21,7 +32,7 @@ services: - "/etc/localtime:/etc/timezone:ro" - "/etc/localtime:/etc/localtime:ro" noah-vscode: - image: git.coldlightalchemist.com/bradley/code-server-wpilib-fedora:2025.1.1 + image: git.coldlightalchemist.com/bradley/code-server-wpilib-fedora:2025.2.1 container_name: noah-vscode restart: always ports: