{"id":24092800,"url":"https://github.com/weknowinc/php-node-build","last_synced_at":"2026-03-04T13:32:36.314Z","repository":{"id":129293676,"uuid":"131616065","full_name":"weknowinc/php-node-build","owner":"weknowinc","description":"Docker images with php and nodejs for build purposes ","archived":false,"fork":false,"pushed_at":"2018-04-30T16:29:16.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":2,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-11-22T13:20:29.938Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":null,"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/weknowinc.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":"2018-04-30T15:56:43.000Z","updated_at":"2018-04-30T16:29:27.000Z","dependencies_parsed_at":null,"dependency_job_id":"c33270f9-b449-4b27-85ff-181ca014eb0e","html_url":"https://github.com/weknowinc/php-node-build","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/weknowinc/php-node-build","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weknowinc%2Fphp-node-build","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weknowinc%2Fphp-node-build/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weknowinc%2Fphp-node-build/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weknowinc%2Fphp-node-build/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/weknowinc","download_url":"https://codeload.github.com/weknowinc/php-node-build/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weknowinc%2Fphp-node-build/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30081444,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-04T13:22:36.021Z","status":"ssl_error","status_checked_at":"2026-03-04T13:20:45.750Z","response_time":59,"last_error":"SSL_read: 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":"2025-01-10T08:50:19.719Z","updated_at":"2026-03-04T13:32:36.284Z","avatar_url":"https://github.com/weknowinc.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# php-node-build\nDocker images with php and nodejs for build development purposes\n\nThis Alpine based image was create to run [Particle](https://github.com/phase2/particle) (Last version v10.0.0-beta.3) on a local docker environment with `docker-compose` this image has:\n\n* php `7.2.2`\n* composer `1.6.4`\n* node `8.11.1`\n* npm `5.6.0`\n* yarn `1.5.1`\n\nUsing this image on `docker-compose` environment\n\n```\n  theme:\n    image: weknow/build-php-node\n    # use the volume of your php service \n    volumes_from:\n      - php\n    ports:\n      - '8080:8080'\n    # set the working directory of the theme\n    working_dir: ${DRUPAL_ROOT}/themes/custom/my_theme\n```\n\nUsing this image on `docker-compose` environment with a reverse proxy (example traefik)\n\n```\n  theme:\n    image: weknow/build-php-node\n    volumes_from:\n      - php:delegated\n    labels:\n      - 'traefik.backend=theme'\n      - 'traefik.port=8080'\n      - 'traefik.frontend.rule=Host:pl.${PROJECT_URL}'\n    working_dir: ${DRUPAL_ROOT}/themes/custom/my_theme\n```\n\nIf you are using a reverse proxy, you need to adding the next params on your `webpack.pl.dev` \n\n```\n devServer: {\n    disableHostCheck: true,\n    public: 'pl.mywebsite.develop' // add your host name \n },\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fweknowinc%2Fphp-node-build","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fweknowinc%2Fphp-node-build","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fweknowinc%2Fphp-node-build/lists"}