fix(service): add missing database alteration step for Logto latest image (#9376)

This commit is contained in:
Andras Bacsai 2026-04-27 09:07:53 +02:00 committed by GitHub
commit e1a295ac6c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,7 +10,7 @@ services:
depends_on:
postgres:
condition: service_healthy
entrypoint: ["sh", "-c", "npm run cli db seed -- --swe && npm start"]
entrypoint: ["sh", "-c", "npm run cli db seed -- --swe && npm run alteration deploy latest && npm start"]
environment:
- SERVICE_URL_LOGTO
- TRUST_PROXY_HEADER=1