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