Update docker-compose.yml to remove unnecessary condition for postgres service

This commit is contained in:
2024-05-26 16:06:41 +08:00
parent 8248913f93
commit 71fa935495
+1 -1
View File
@@ -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