fix(martin): mount config as /martin-config.yaml (Docker created /config/martin.yaml as directory)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
+2
-2
@@ -103,5 +103,5 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
- DATABASE_URL=postgresql://architools_user:stictMyFon34!_gonY@10.10.10.166:5432/architools_db
|
- DATABASE_URL=postgresql://architools_user:stictMyFon34!_gonY@10.10.10.166:5432/architools_db
|
||||||
volumes:
|
volumes:
|
||||||
- ./martin.yaml:/config/martin.yaml
|
- ./martin.yaml:/martin-config.yaml:ro
|
||||||
command: ["--config", "/config/martin.yaml"]
|
command: ["--config", "/martin-config.yaml"]
|
||||||
|
|||||||
Reference in New Issue
Block a user