* feat(deployments): add support for airgapped mode in docker-compose and environment variables
- Added functionality to create airgapped versions of docker-compose and environment variable files.
- Introduced IS_AIRGAPPED variable in both docker-compose and variables files to support airgapped deployments.
- Updated workflow to upload airgapped files as artifacts when applicable.
* fix(deployments): update sed commands for airgapped mode in docker-compose files
- Modified sed commands in the build workflow to use a more robust syntax for updating IS_AIRGAPPED variable in docker-compose and environment variable files.
- Ensured consistency in the handling of airgapped mode across different deployment configurations.