martin config
This commit is contained in:
parent
426b393b33
commit
34c4f0051f
1 changed files with 2 additions and 0 deletions
|
|
@ -61,6 +61,8 @@ services:
|
||||||
- maps-net
|
- maps-net
|
||||||
ports:
|
ports:
|
||||||
- "3001:3001"
|
- "3001:3001"
|
||||||
|
environment:
|
||||||
|
DATABASE_URL: "postgres://maps:maps@postgres:5432/maps"
|
||||||
command: ["--listen-addresses", "0.0.0.0:3001"]
|
command: ["--listen-addresses", "0.0.0.0:3001"]
|
||||||
depends_on:
|
depends_on:
|
||||||
- postgres
|
- postgres
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue