fabro/docker-compose.local.yaml
Bryan Helmkamp 272d2aa549
chore(compose): drop debug log override for local docker
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>
2026-04-30 08:25:50 -04:00

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: