chore: remove hardcoded APP_VERSION from stack files

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2025-12-14 13:36:03 +01:00
co-authored by Claude Opus 4.5
parent bde4386b90
commit 5d0c0fbad9
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -19,7 +19,6 @@ services:
environment:
# Application
- APP_NAME=Core API
- APP_VERSION=1.0.0-phase1
- DEBUG=true
# Server
-1
View File
@@ -17,7 +17,6 @@ services:
environment:
- APP_NAME=The Scheduler
- APP_VERSION=1.0.0
- DEBUG=true
- HOST=0.0.0.0
- PORT=8090