{"id":22066011,"url":"https://github.com/adyanth/docker-training-sample-python-vue","last_synced_at":"2026-04-05T21:33:33.182Z","repository":{"id":42325599,"uuid":"502894312","full_name":"adyanth/docker-training-sample-python-vue","owner":"adyanth","description":"Sample repository with python, fastapi and vue for docker training.","archived":false,"fork":false,"pushed_at":"2022-07-05T09:55:39.000Z","size":24,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-10T12:21:29.145Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Vue","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/adyanth.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":"2022-06-13T09:42:04.000Z","updated_at":"2024-06-08T13:38:26.000Z","dependencies_parsed_at":"2022-09-23T09:31:31.979Z","dependency_job_id":null,"html_url":"https://github.com/adyanth/docker-training-sample-python-vue","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/adyanth/docker-training-sample-python-vue","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adyanth%2Fdocker-training-sample-python-vue","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adyanth%2Fdocker-training-sample-python-vue/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adyanth%2Fdocker-training-sample-python-vue/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adyanth%2Fdocker-training-sample-python-vue/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/adyanth","download_url":"https://codeload.github.com/adyanth/docker-training-sample-python-vue/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adyanth%2Fdocker-training-sample-python-vue/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31451439,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-05T21:22:52.476Z","status":"ssl_error","status_checked_at":"2026-04-05T21:22:51.943Z","response_time":75,"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":[],"created_at":"2024-11-30T19:23:15.927Z","updated_at":"2026-04-05T21:33:33.139Z","avatar_url":"https://github.com/adyanth.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Sample repository for Docker, Python, FastAPI and VueJS\n\n## Prerequisites\n\nDocker, of course :)\nPrefer either docker-ce on linux or Docker Desktop on other platforms\nInstall `docker-compose`, or use the latest `docker compose` commands\n\n## Building container images\n\nBuild the container images from the Dockerfile using the below commands.\n\n```bash\n# A simple HTML based UI with single stage Dockerfile\ndocker build -t sample-app:simpleui .\n\n# A Vue app with multistage Dockerfile\ndocker build -t sample-app:fancyui -f Dockerfile.multistage .\n```\n\n## Running containers\n\nTo run the containers from the images built above, see below.\n\n```bash\n# A simple HTML based UI with single stage Dockerfile\ndocker run -p 8080:8080 sample-app:simpleui\n\n# A Vue app with multistage Dockerfile\ndocker run -p 8080:8080 sample-app:fancyui\n```\n\nOpen [http://127.0.0.1:8080](http://127.0.0.1:8080) to see your application in action!\n\n## Orchestrating with docker compose\n\nUsing docker compose, we can spin up multiple related applications with just one command.\n\n```bash\n# New v2 syntax\ndocker compose up -d\n# Old docker-compose binary\ndocker-compose up -d\n```\n\nThen, proceed to visit [http://127.0.0.1:8080](http://127.0.0.1:8080), [http://127.0.0.1:8081](http://127.0.0.1:8081), [http://127.0.0.1:8082](http://127.0.0.1:8082) and [http://127.0.0.1:8083](http://127.0.0.1:8083) to see different behaviours.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadyanth%2Fdocker-training-sample-python-vue","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadyanth%2Fdocker-training-sample-python-vue","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadyanth%2Fdocker-training-sample-python-vue/lists"}