Merge pull request #3480 from JustMrMendez/patch-1

FIXES: #3322 deploy DB alterations before starting the service
This commit is contained in:
Andras Bacsai 2024-09-23 11:33:55 +02:00 committed by GitHub
commit 310708f1b6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,7 +9,7 @@ services:
depends_on:
postgres:
condition: service_healthy
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'"]
environment:
- SERVICE_FQDN_LOGTO
- TRUST_PROXY_HEADER=1