{"id":20594906,"url":"https://github.com/thbley/ide_in_docker","last_synced_at":"2025-03-06T14:48:30.405Z","repository":{"id":162095476,"uuid":"367632917","full_name":"thbley/ide_in_docker","owner":"thbley","description":"Run vs-code in docker!","archived":false,"fork":false,"pushed_at":"2021-10-17T17:29:59.000Z","size":24434,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-17T00:41:00.023Z","etag":null,"topics":["code-server","docker","docker-compose","php","phpcsfixer","phpunit","psalm","vscode"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/thbley.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2021-05-15T13:01:30.000Z","updated_at":"2021-10-21T05:03:46.000Z","dependencies_parsed_at":"2023-06-18T01:15:58.312Z","dependency_job_id":null,"html_url":"https://github.com/thbley/ide_in_docker","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thbley%2Fide_in_docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thbley%2Fide_in_docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thbley%2Fide_in_docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thbley%2Fide_in_docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thbley","download_url":"https://codeload.github.com/thbley/ide_in_docker/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242229841,"owners_count":20093465,"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":["code-server","docker","docker-compose","php","phpcsfixer","phpunit","psalm","vscode"],"created_at":"2024-11-16T08:10:47.398Z","updated_at":"2025-03-06T14:48:30.381Z","avatar_url":"https://github.com/thbley.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"IDE in Docker\n------------------------------------\n\n[![Actions Build Status](https://github.com/thomasbley/ide_in_docker/workflows/build/badge.svg?branch=master)](https://github.com/thomasbley/ide_in_docker/actions)\n\n![IDE in Docker](https://repository-images.githubusercontent.com/367632917/53284c00-b590-11eb-95bd-698fa36e8860)\n\n#### Setup\n\n    # build containers\n    docker-compose build --build-arg UID=$(id -u)\n\n    # setup composer\n    mkdir -m 0777 service/src/vendor\n    docker-compose -f docker-compose.yml -f docker-compose-tasks.yml run -u $(id -u) --rm composer\n\n    # start containers\n    docker-compose up\n\n    # stop containers\n    docker-compose down\n\n#### Run static code analyzers\n\n    docker-compose -f docker-compose.yml -f docker-compose-tasks.yml run -u $(id -u) --rm psalm\n    docker-compose -f docker-compose.yml -f docker-compose-tasks.yml run -u $(id -u) --rm phpcsfixer\n\n#### Run tests\n\n    docker-compose -f docker-compose.yml -f docker-compose-tasks.yml run -u $(id -u) --rm phpunit\n\n#### URLs\n\n    http://127.0.0.1:8000/?folder=/var/www\n    (VS-Code IDE, hit Crtl+Shift+t to run tasks)\n\n    http://127.0.0.1:8080/service (API endpoint, index.php)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthbley%2Fide_in_docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthbley%2Fide_in_docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthbley%2Fide_in_docker/lists"}