Run locally
Tested and verified to launch successfully.
Terminal
$ npx launchfile up answer Requires Docker Desktop. No source code needed — pulls pre-built images and starts answer with all dependencies.
Image:
apache/answer:latest Launchfile
View on GitHub
# yaml-language-server: $schema=https://launchfile.dev/schema/v1
version: launch/v1
name: answer
description: "Q&A platform for community knowledge sharing (Apache project)"
repository: https://github.com/apache/answer
logo: https://raw.githubusercontent.com/apache/answer/main/ui/public/logo.svg
image: apache/answer:latest
provides:
- protocol: http
port: 80
exposed: true
storage:
data:
path: /data
persistent: true
restart: always Test Results
Last Tested
2026-04-09
Health Check
Passing
Startup Time
1s
Total Disk
133 MB
Learn More
Spec references for features used in this Launchfile.