From de0a0563023415f863c1fab58ae4305391a2e9d0 Mon Sep 17 00:00:00 2001 From: Ludovic DEHON Date: Mon, 14 Feb 2022 21:02:16 +0100 Subject: [PATCH] fix(docker): fix usage of docker on docker-compose --- docker-compose.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index b18739e6016..d0cbde0042a 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -62,6 +62,8 @@ services: command: server standalone volumes: - kestra-data:/app/storage + - /var/run/docker.sock:/var/run/docker.sock + - /tmp/kestra:/tmp/kestra environment: KESTRA_CONFIGURATION: | kestra: @@ -80,7 +82,10 @@ services: base-path: "/app/storage" queue: type: kafka - + tasks: + tmp-dir: + path: /tmp/kestra/tmp + url: http://localhost:8080/ ports: - "8080:8080" links: