From 2f1be6a2ab70647ab3f3b48a88f2cc660175f5f8 Mon Sep 17 00:00:00 2001 From: Jakob Ortmann Date: Thu, 24 Oct 2024 12:10:52 +0200 Subject: [PATCH] fixed some copy and paste errors --- templates/compose/martin.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/compose/martin.yaml b/templates/compose/martin.yaml index 98bef16ed..5d152dbdc 100644 --- a/templates/compose/martin.yaml +++ b/templates/compose/martin.yaml @@ -10,7 +10,7 @@ services: image: ghcr.io/maplibre/martin:v0.13.0 environment: - SERVICE_FQDN_MARTIN_3000 - - HOST=${SERVICE_FQDN_DOCUSEAL} + - HOST=${SERVICE_FQDN_MARTIN} - DATABASE_URL=postgresql://$SERVICE_USER_POSTGRES:$SERVICE_PASSWORD_POSTGRES@postgresql:5432/${POSTGRES_DB} depends_on: postgresql: @@ -27,9 +27,9 @@ services: environment: - POSTGRES_USER=$SERVICE_USER_POSTGRES - POSTGRES_PASSWORD=$SERVICE_PASSWORD_POSTGRES - - POSTGRES_DB=${POSTGRES_DB:-docuseal} + - POSTGRES_DB=${POSTGRES_DB:-martin} healthcheck: test: ["CMD-SHELL", "pg_isready -U $${POSTGRES_USER} -d $${POSTGRES_DB}"] interval: 5s timeout: 20s - retries: 10 \ No newline at end of file + retries: 10