You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried running the custom zitadel docker image ghcr.io/zitadel/zitadel:latest alongside the lando postgres plugin.
The zitadel container should only start when the postgres server is ready, so i added the db container to the depends_on key with condition: service_healthy. On lando start lando errors with container sso_db-sso_1 has no healthcheck configured although the postgres plugin has a healthcheck configured.
I tried running the custom zitadel docker image
ghcr.io/zitadel/zitadel:latest
alongside the landopostgres
plugin.The zitadel container should only start when the postgres server is ready, so i added the db container to the
depends_on
key withcondition: service_healthy
. Onlando start
lando errors withcontainer sso_db-sso_1 has no healthcheck configured
although the postgres plugin has a healthcheck configured.This is my complete lando.yml
how can I ensure that db is ready for custom services?
Lando version: v3.23.14
The text was updated successfully, but these errors were encountered: