From 71fa93549559a1482e68b1a43f379252c8cbe9a4 Mon Sep 17 00:00:00 2001 From: Teck Meng Date: Sun, 26 May 2024 16:06:41 +0800 Subject: [PATCH] Update docker-compose.yml to remove unnecessary condition for postgres service --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 19678e5..38f4495 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -160,7 +160,7 @@ services: kestra: image: kestra/kestra:latest-full container_name: kestra - pull_policy: always + # pull_policy: always # Note that this is meant for development only. Refer to the documentation for production deployments of Kestra which runs without a root user. user: "root" command: server standalone --worker-thread=128