commit
0816169cb6
2 changed files with 2 additions and 1 deletions
|
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
"coolify": {
|
||||
"v4": {
|
||||
|
||||
"version": "4.0.0-beta.347"
|
||||
},
|
||||
"nightly": {
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ services:
|
|||
depends_on:
|
||||
postgres:
|
||||
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:
|
||||
- SERVICE_FQDN_LOGTO
|
||||
- TRUST_PROXY_HEADER=1
|
||||
|
|
|
|||
Loading…
Reference in a new issue