resolve config volume

This commit is contained in:
Shautvast 2026-04-04 15:28:38 +02:00
parent 108290ccab
commit 39b2a40167

View file

@ -64,8 +64,8 @@ services:
environment:
DATABASE_URL: "postgres://maps:maps@postgres:5432/maps"
volumes:
- ./martin-config.yaml:/config.yaml:ro
command: ["--config", "/config.yaml"]
- ./martin-config.yaml:/etc/martin/config.yaml:ro
command: ["--config", "/etc/martin/config.yaml"]
depends_on:
- postgres