From 591cc87b3909071a6d43879331174879502e23c5 Mon Sep 17 00:00:00 2001 From: Tudor Date: Tue, 24 Mar 2026 12:30:52 +0000 Subject: [PATCH] fix(kestra): add server standalone command to prevent restart loop Without an explicit command the container prints help and exits, causing Docker to restart it indefinitely. Co-Authored-By: Claude Sonnet 4.6 --- docker-compose.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/docker-compose.yml b/docker-compose.yml index 012cb91..b87bcc0 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -82,6 +82,7 @@ services: kestra: image: kestra/kestra:latest container_name: schoolcompare_kestra + command: server standalone --flow-path=/flows ports: - "8080:8080" volumes: