mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-08-28 05:27:41 +00:00
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>
This commit is contained in:
parent
f18da11854
commit
272d2aa549
1 changed files with 0 additions and 2 deletions
|
|
@ -4,8 +4,6 @@ services:
|
|||
restart: unless-stopped
|
||||
ports:
|
||||
- "32276:32276"
|
||||
environment:
|
||||
FABRO_LOG: debug
|
||||
volumes:
|
||||
- fabro-storage:/storage
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue