Merge pull request #1 from clho40/clho40-logto-entrypoint-fixes

Clho40 logto entrypoint fixes
This commit is contained in:
Ho Chia Leung
2024-09-26 16:43:29 +02:00
committed by GitHub

View File

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