From d16d095110f655020f3487cade5c099809c97036 Mon Sep 17 00:00:00 2001 From: Gabriel Lamon Date: Thu, 23 Oct 2025 08:59:59 -0300 Subject: [PATCH] fix(templates): remove volumes from Plane's compose --- templates/compose/plane.yaml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/templates/compose/plane.yaml b/templates/compose/plane.yaml index adb0d76d6..ab9fb7c0d 100644 --- a/templates/compose/plane.yaml +++ b/templates/compose/plane.yaml @@ -235,15 +235,3 @@ services: interval: 5s timeout: 20s retries: 10 - -volumes: - pgdata: - redisdata: - uploads: - logs_api: - logs_worker: - logs_beat-worker: - logs_migrator: - rabbitmq_data: - proxy_config: - proxy_data: