fixed some copy and paste errors
This commit is contained in:
parent
b28cf1a366
commit
2f1be6a2ab
1 changed files with 3 additions and 3 deletions
|
|
@ -10,7 +10,7 @@ services:
|
||||||
image: ghcr.io/maplibre/martin:v0.13.0
|
image: ghcr.io/maplibre/martin:v0.13.0
|
||||||
environment:
|
environment:
|
||||||
- SERVICE_FQDN_MARTIN_3000
|
- 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}
|
- DATABASE_URL=postgresql://$SERVICE_USER_POSTGRES:$SERVICE_PASSWORD_POSTGRES@postgresql:5432/${POSTGRES_DB}
|
||||||
depends_on:
|
depends_on:
|
||||||
postgresql:
|
postgresql:
|
||||||
|
|
@ -27,9 +27,9 @@ services:
|
||||||
environment:
|
environment:
|
||||||
- POSTGRES_USER=$SERVICE_USER_POSTGRES
|
- POSTGRES_USER=$SERVICE_USER_POSTGRES
|
||||||
- POSTGRES_PASSWORD=$SERVICE_PASSWORD_POSTGRES
|
- POSTGRES_PASSWORD=$SERVICE_PASSWORD_POSTGRES
|
||||||
- POSTGRES_DB=${POSTGRES_DB:-docuseal}
|
- POSTGRES_DB=${POSTGRES_DB:-martin}
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD-SHELL", "pg_isready -U $${POSTGRES_USER} -d $${POSTGRES_DB}"]
|
test: ["CMD-SHELL", "pg_isready -U $${POSTGRES_USER} -d $${POSTGRES_DB}"]
|
||||||
interval: 5s
|
interval: 5s
|
||||||
timeout: 20s
|
timeout: 20s
|
||||||
retries: 10
|
retries: 10
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue