From 5d0c0fbad9c8b115ed70000fc6991284fc3076ff Mon Sep 17 00:00:00 2001 From: Jeroen Schweitzer Date: Sun, 14 Dec 2025 13:36:03 +0100 Subject: [PATCH] chore: remove hardcoded APP_VERSION from stack files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- stacks/core-api.yml | 1 - stacks/scheduler.yml | 1 - 2 files changed, 2 deletions(-) diff --git a/stacks/core-api.yml b/stacks/core-api.yml index bf0b551..c3c1db9 100644 --- a/stacks/core-api.yml +++ b/stacks/core-api.yml @@ -19,7 +19,6 @@ services: environment: # Application - APP_NAME=Core API - - APP_VERSION=1.0.0-phase1 - DEBUG=true # Server diff --git a/stacks/scheduler.yml b/stacks/scheduler.yml index 0db4103..fff8569 100644 --- a/stacks/scheduler.yml +++ b/stacks/scheduler.yml @@ -17,7 +17,6 @@ services: environment: - APP_NAME=The Scheduler - - APP_VERSION=1.0.0 - DEBUG=true - HOST=0.0.0.0 - PORT=8090