martin config

This commit is contained in:
Shautvast 2026-03-31 21:39:34 +02:00
parent 426b393b33
commit 34c4f0051f

View file

@ -61,6 +61,8 @@ services:
- maps-net
ports:
- "3001:3001"
environment:
DATABASE_URL: "postgres://maps:maps@postgres:5432/maps"
command: ["--listen-addresses", "0.0.0.0:3001"]
depends_on:
- postgres