Run locally
Tested and verified to launch successfully.
Terminal
$ npx launchfile up grocy Requires Docker Desktop. No source code needed — pulls pre-built images and starts grocy with all dependencies.
Image:
linuxserver/grocy:latest Launchfile
View on GitHub
# yaml-language-server: $schema=https://launchfile.dev/schema/v1
version: launch/v1
name: grocy
description: "Web-based groceries and household management for your home"
repository: https://github.com/grocy/grocy
logo: https://raw.githubusercontent.com/grocy/grocy/master/public/img/grocy_logo.svg
image: linuxserver/grocy:latest
provides:
- protocol: http
port: 80
exposed: true
storage:
config:
path: /config
persistent: true
restart: always Test Results
Last Tested
2026-04-09
Health Check
Passing
Startup Time
1s
Total Disk
256 MB
Learn More
Spec references for features used in this Launchfile.