resolve config volume
This commit is contained in:
parent
108290ccab
commit
39b2a40167
1 changed files with 2 additions and 2 deletions
|
|
@ -64,8 +64,8 @@ services:
|
||||||
environment:
|
environment:
|
||||||
DATABASE_URL: "postgres://maps:maps@postgres:5432/maps"
|
DATABASE_URL: "postgres://maps:maps@postgres:5432/maps"
|
||||||
volumes:
|
volumes:
|
||||||
- ./martin-config.yaml:/config.yaml:ro
|
- ./martin-config.yaml:/etc/martin/config.yaml:ro
|
||||||
command: ["--config", "/config.yaml"]
|
command: ["--config", "/etc/martin/config.yaml"]
|
||||||
depends_on:
|
depends_on:
|
||||||
- postgres
|
- postgres
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue