mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-08-28 05:27:41 +00:00
Run lifecycle traces are now at info, so the default level surfaces end-to-end progress without forcing debug verbosity in the local compose stack. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
12 lines
227 B
YAML
12 lines
227 B
YAML
services:
|
|
fabro:
|
|
image: fabro-sh/fabro
|
|
restart: unless-stopped
|
|
ports:
|
|
- "32276:32276"
|
|
volumes:
|
|
- fabro-storage:/storage
|
|
- /var/run/docker.sock:/var/run/docker.sock
|
|
|
|
volumes:
|
|
fabro-storage:
|