fabro/docker-compose.yaml
Bryan Helmkamp ecdfdd82d8
feat(install): add browser-based setup flow
Implement the web-first install experience across the server, CLI, API spec,
web app, and packaged SPA assets.

This also removes test-side process env mutation by pushing env-dependent
decision points behind explicit helpers and test wiring.
2026-04-19 11:20:58 -04:00

12 lines
219 B
YAML

services:
fabro:
image: ghcr.io/fabro-sh/fabro:nightly
platform: linux/amd64
restart: unless-stopped
ports:
- "32276:32276"
volumes:
- fabro-storage:/storage
volumes:
fabro-storage: