{"id":15150504,"url":"https://github.com/reinskywalker/stf-deployment-services","last_synced_at":"2026-02-17T11:03:17.432Z","repository":{"id":257540206,"uuid":"858579914","full_name":"reinskywalker/stf-deployment-services","owner":"reinskywalker","description":"This repository contains PowerShell scripts to automate the deployment of Smartphone Test Farm (STF) services using Docker on a Windows environment.","archived":false,"fork":false,"pushed_at":"2024-09-18T03:38:32.000Z","size":18,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-08T11:48:47.562Z","etag":null,"topics":["devicefarm","docker","powershell-script","stf"],"latest_commit_sha":null,"homepage":"","language":"PowerShell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/reinskywalker.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-09-17T06:46:29.000Z","updated_at":"2024-09-18T03:38:35.000Z","dependencies_parsed_at":"2024-09-21T21:03:44.169Z","dependency_job_id":"b5568aa1-0825-4829-ac71-64f0eef1336d","html_url":"https://github.com/reinskywalker/stf-deployment-services","commit_stats":null,"previous_names":["reinskywalker/stf-deployment-services"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/reinskywalker/stf-deployment-services","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reinskywalker%2Fstf-deployment-services","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reinskywalker%2Fstf-deployment-services/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reinskywalker%2Fstf-deployment-services/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reinskywalker%2Fstf-deployment-services/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/reinskywalker","download_url":"https://codeload.github.com/reinskywalker/stf-deployment-services/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reinskywalker%2Fstf-deployment-services/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29541119,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-17T08:11:05.436Z","status":"ssl_error","status_checked_at":"2026-02-17T08:09:38.860Z","response_time":100,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["devicefarm","docker","powershell-script","stf"],"created_at":"2024-09-26T14:20:26.377Z","updated_at":"2026-02-17T11:03:17.410Z","avatar_url":"https://github.com/reinskywalker.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"## STF Deployment Services (with Docker Compose Integration)\n\nThis repository contains a set of modular PowerShell scripts designed to automate the deployment of Smartphone Test Farm (STF) services using Docker on a Windows environment. Each script serves a specific purpose, making it easy to maintain, update, and reuse.\n\n**Additionally, this project now supports deployment using Docker Compose, offering a simpler workflow.**\n\n## Directory Structure\n\n```\ndeploy_stf/\n├── config/\n│   └── nginx.conf.template\n├── modules/\n│   ├── Install-Chocolatey.ps1\n│   ├── Install-Tool.ps1\n│   ├── Prepare-Environment.ps1\n│   └── Run-Docker-Container.ps1\n├── nginx/\n│   ├── Dockerfile\n│   ├── entrypoint.sh\n│   ├── nginx.conf\n├── storage-temp/\n│   ├── Dockerfile\n├── deploy_stf.ps1\n└── docker-compose.yml\n```\n\n**Changes:**\n\n- `docker-compose.yml` (New): This file defines the Docker services and configurations for your STF deployment.\n\n## Existing Features\n\nThe core functionalities described previously for `deploy_stf.ps1` and its helper scripts remain the same.\n\n## Using Docker Compose (Recommended)\n\n**Prerequisites:**\n\n- Docker installed on your system.\n\n**Steps:**\n\n1. Clone the repository and navigate to the `deploy_stf` directory.\n2. Set up the environment variables required by your STF services (refer to the `docker-compose.yml` file for details). You can do this by creating a `.env` file in the project root directory and defining variables there.\n3. Run the following command to start the STF deployment using Docker Compose:\n\n```\ndocker-compose up -d\n```\n\nThis command will build and start the Docker containers defined in `docker-compose.yml`, automating the deployment process.\n\n**Benefits:**\n\n- Simplified workflow with a single command for deployment.\n- Manages dependencies and configurations through `docker-compose.yml`.\n- Portable deployment across environments with Docker.\n\n## Using the Main Script (Optional)\n\nThe `deploy_stf.ps1` script is still available for advanced configurations or customization. Refer to the existing instructions and parameters for detailed usage.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freinskywalker%2Fstf-deployment-services","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Freinskywalker%2Fstf-deployment-services","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freinskywalker%2Fstf-deployment-services/lists"}