Greetings, I'm trying to deploy a metabase and it keeps failing for no reason. To test, I used your official integration (https://railway.com/deploy/metabase) and it also failed. What can I do?
Env example:
ENABLE_ALPINE_PRIVATE_NETWORKING="true"
MB_DB_DBNAME="${{Postgres.PGDATABASE}}"
MB_DB_HOST="${{Postgres.PGHOST}}"
MB_DB_PASS="${{Postgres.PGPASSWORD}}"
MB_DB_PORT="${{Postgres.PGPORT}}"
MB_DB_TYPE="postgres"
MB_DB_USER="${{Postgres.PGUSER}}"
MB_PASSWORD_COMPLEXITY="strong"
MB_SITE_URL="https://${{RAILWAY_PUBLIC_DOMAIN}}"
PORT="3000"