Run locally
Tested and verified to launch successfully.
Terminal
$ npx launchfile up wallabag Requires Docker Desktop. No source code needed — pulls pre-built images and starts wallabag with all dependencies.
Image:
wallabag/wallabag:latest Launchfile
View on GitHub
# yaml-language-server: $schema=https://launchfile.dev/schema/v1
version: launch/v1
name: wallabag
description: "Read-it-later app for saving web pages to read offline (Pocket alternative)"
repository: https://github.com/wallabag/wallabag
logo: https://raw.githubusercontent.com/wallabag/wallabag/master/app/Resources/static/themes/_global/img/logo-square.png
image: wallabag/wallabag:latest
provides:
- protocol: http
port: 80
exposed: true
env:
SYMFONY__ENV__DOMAIN_NAME:
default: "http://localhost"
description: "Public URL of the wallabag instance"
SYMFONY__ENV__SECRET:
generator: secret
sensitive: true
description: "Symfony application secret"
storage:
data:
path: /var/www/wallabag/data
persistent: true
restart: always Test Results
Last Tested
2026-04-09
Health Check
Passing
Startup Time
31s
Total Disk
304 MB
Learn More
Spec references for features used in this Launchfile.