Merge pull request #3591 from clho40/next

Next
This commit is contained in:
Andras Bacsai
2024-09-27 17:07:45 +02:00
committed by GitHub
2 changed files with 2 additions and 1 deletions

View File

@@ -1,6 +1,7 @@
{ {
"coolify": { "coolify": {
"v4": { "v4": {
"version": "4.0.0-beta.347" "version": "4.0.0-beta.347"
}, },
"nightly": { "nightly": {

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