We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e42c7e2 commit 1fa42ecCopy full SHA for 1fa42ec
templates/compose/logto.yaml
@@ -9,7 +9,7 @@ services:
9
depends_on:
10
postgres:
11
condition: service_healthy
12
- entrypoint: ["sh", "-c", "npm run cli db seed -- --swe && npm start"]
+ entrypoint: ["sh", "-c", "npm run alteration deploy latest && npm run cli db seed -- --swe && npm start'"]
13
environment:
14
- TRUST_PROXY_HEADER=1
15
- DB_URL=postgres://${SERVICE_USER_POSTGRES}:${SERVICE_PASSWORD_POSTGRES}@postgres:5432/${POSTGRES_DB:-logto}
0 commit comments