From 5015ccdc4b99f663cd47b09990c743650f8ceb60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Fri, 10 Oct 2025 17:20:12 +0200 Subject: [PATCH] fix: auto compose --- Projects/kompose/auto/compose.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Projects/kompose/auto/compose.yaml b/Projects/kompose/auto/compose.yaml index 2b06c37d..3ad2c50a 100644 --- a/Projects/kompose/auto/compose.yaml +++ b/Projects/kompose/auto/compose.yaml @@ -28,6 +28,7 @@ services: - semaphore_data:/var/lib/semaphore - semaphore_config:/etc/semaphore - semaphore_tmp:/tmp/semaphore + - ./kompose.yml:/home/semaphore/kompose.yml # Semaphore has curl available healthcheck: test: ["CMD", "curl", "-f", "http://localhost:3000/api/ping"]