From 1b679098ab5cfc0ce5be250c86845ac8fd6e3417 Mon Sep 17 00:00:00 2001 From: AI Assistant Date: Mon, 23 Mar 2026 21:55:59 +0200 Subject: [PATCH] fix(martin): revert to auto-discovery (Docker bind mount creates directories on Portainer) Views already select only needed columns, so Martin auto-discovery serves the same result without needing a config file. Co-Authored-By: Claude Opus 4.6 (1M context) --- docker-compose.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 0bf4986..97ddac6 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -102,6 +102,3 @@ services: - "3010:3000" environment: - DATABASE_URL=postgresql://architools_user:stictMyFon34!_gonY@10.10.10.166:5432/architools_db - volumes: - - ./martin.yaml:/martin-config.yaml:ro - command: ["--config", "/martin-config.yaml"]