fix(kestra): add server standalone command to prevent restart loop
All checks were successful
Build and Push Docker Images / Build Backend (FastAPI) (push) Successful in 32s
Build and Push Docker Images / Build Frontend (Next.js) (push) Successful in 1m9s
Build and Push Docker Images / Build Integrator (push) Successful in 31s
Build and Push Docker Images / Trigger Portainer Update (push) Successful in 1s

Without an explicit command the container prints help and exits,
causing Docker to restart it indefinitely.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-24 12:30:52 +00:00
parent f1fb847164
commit 591cc87b39

View File

@@ -82,6 +82,7 @@ services:
kestra: kestra:
image: kestra/kestra:latest image: kestra/kestra:latest
container_name: schoolcompare_kestra container_name: schoolcompare_kestra
command: server standalone --flow-path=/flows
ports: ports:
- "8080:8080" - "8080:8080"
volumes: volumes: