{"id":16225480,"url":"https://github.com/mikebild/msws","last_synced_at":"2026-02-04T08:10:01.441Z","repository":{"id":38092686,"uuid":"240857467","full_name":"MikeBild/msws","owner":"MikeBild","description":null,"archived":false,"fork":false,"pushed_at":"2023-01-07T14:53:39.000Z","size":1322,"stargazers_count":0,"open_issues_count":12,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-23T06:46:42.569Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C#","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/MikeBild.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}},"created_at":"2020-02-16T08:33:20.000Z","updated_at":"2020-02-19T07:06:14.000Z","dependencies_parsed_at":"2023-02-07T11:31:51.268Z","dependency_job_id":null,"html_url":"https://github.com/MikeBild/msws","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/MikeBild/msws","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MikeBild%2Fmsws","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MikeBild%2Fmsws/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MikeBild%2Fmsws/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MikeBild%2Fmsws/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MikeBild","download_url":"https://codeload.github.com/MikeBild/msws/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MikeBild%2Fmsws/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265499890,"owners_count":23777369,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2024-10-10T12:45:12.170Z","updated_at":"2026-02-04T08:09:56.422Z","avatar_url":"https://github.com/MikeBild.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MicroServices with OpenShift and DotNet-Core\n\n## Example\n\n### Docker-Compose\n\n#### Local\n\n```\ndocker-compose up\n```\n\n#### Publish\n\n```\ndocker-compose build\ndocker-compose push\n```\n\n#### OpenShift Image Stream updates\n\n```bash\noc tag mikebild/products-api products-api:latest --scheduled\noc tag mikebild/web-app web-app:latest --scheduled\n```\n\n### OpenShift\n\n**Convert Docker-Compose to OpenShift**\n\n`kompose convert -f docker-compose.yml --provider=OpenShift`\n\n**Update OpenShift**\n\n```bash\noc apply -f ./deployments/redis-deploymentconfig.yaml\noc apply -f ./deployments/redis-imagestream.yaml\noc apply -f ./deployments/redis-service.yaml\n```\n\n```bash\noc apply -f ./deployments/products-api-deploymentconfig.yaml\noc apply -f ./deployments/products-api-imagestream.yaml\noc apply -f ./deployments/products-api-service.yaml\n```\n\n```bash\noc apply -f ./deployments/web-app-deploymentconfig.yaml\noc apply -f ./deployments/web-app-imagestream.yaml\noc apply -f ./deployments/web-app-service.yaml\n```\n\n**Expose Service**\n\n```bash\noc expose svc/products-api\noc expose svc/web-app\n```\n\n**Delete OpenShift Deployments**\n\n```bash\noc delete all -l io.kompose.service=redis\noc delete all -l io.kompose.service=products-api\noc delete all -l io.kompose.service=web-app\n```\n\n## Links\n\n### Docker\n\n### Docker Compose\n\nhttps://docs.docker.com/compose/\n\n### OpenShift und Docker\n\nhttps://torstenwalter.de/minishift/openshift/docker/registry/2017/07/25/build-docker-image-and-upload-to-openshift-registry.html\n\nhttps://access.redhat.com/documentation/en-us/net_core/2.2/html-single/getting_started_guide/index\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmikebild%2Fmsws","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmikebild%2Fmsws","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmikebild%2Fmsws/lists"}