mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-16 19:35:26 +02:00
The postgres healthcheck ran pg_isready without -U while POSTGRES_USER
was set to logto, so every probe attempted to connect as role
"postgres" and spammed FATAL: role "postgres" does not exist.
Pass -U logto -d logto explicitly and set POSTGRES_DB.
Also fix LOGTO_ENDPOINT pointing at the admin domain instead of the
main domain, update Logto 1.27.0 -> 1.41.0, use ${password:32} for the
generated password, drop the ephemeral host port publishing and add
restart policies.
Closes #130
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
17 lines
478 B
JSON
17 lines
478 B
JSON
{
|
|
"id": "logto",
|
|
"name": "Logto",
|
|
"version": "1.41.0",
|
|
"description": "Logto is an open-source Identity and Access Management (IAM) platform designed to streamline Customer Identity and Access Management (CIAM) and Workforce Identity Management.",
|
|
"logo": "logto.png",
|
|
"links": {
|
|
"github": "https://github.com/logto-io/logto",
|
|
"website": "https://logto.io/",
|
|
"docs": "https://docs.logto.io/introduction"
|
|
},
|
|
"tags": [
|
|
"identity",
|
|
"auth"
|
|
]
|
|
}
|