{"id":27161041,"url":"https://github.com/flownative/docker-localbeach-devkit","last_synced_at":"2025-04-09T00:08:41.014Z","repository":{"id":44610654,"uuid":"243743666","full_name":"flownative/docker-localbeach-devkit","owner":"flownative","description":"The Local Beach Dev Kit","archived":false,"fork":false,"pushed_at":"2022-06-29T09:09:47.000Z","size":47,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-04-13T19:32:27.635Z","etag":null,"topics":["docker-image","flownative-beach","localbeach"],"latest_commit_sha":null,"homepage":null,"language":"Shell","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/flownative.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-28T11:09:08.000Z","updated_at":"2022-06-29T09:09:25.000Z","dependencies_parsed_at":"2022-09-01T11:40:45.935Z","dependency_job_id":null,"html_url":"https://github.com/flownative/docker-localbeach-devkit","commit_stats":null,"previous_names":[],"tags_count":18,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flownative%2Fdocker-localbeach-devkit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flownative%2Fdocker-localbeach-devkit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flownative%2Fdocker-localbeach-devkit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flownative%2Fdocker-localbeach-devkit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/flownative","download_url":"https://codeload.github.com/flownative/docker-localbeach-devkit/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247947853,"owners_count":21023066,"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":["docker-image","flownative-beach","localbeach"],"created_at":"2025-04-09T00:08:40.528Z","updated_at":"2025-04-09T00:08:41.004Z","avatar_url":"https://github.com/flownative.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Local Beach Dev Kit\n\n![Build](https://github.com/flownative/docker-localbeach-devkit/workflows/Build%20Docker%20images/badge.svg)\n\nThis Docker image is used as a sidecar-container in Local Beach\ndevelopment environments and takes care of synchronizing files from the\nhost (your machine) to a shared volume. This is usually only necessary\nin MacOS environments, because file access is too slow when you are\nmounting a host directory to the container directly.\n\n## Background\n\nA sync daemon, based on inotify, watches a source directory and\nsynchronizes all changes – that is, files or directories created,\nmodified or deleted – to a target directory.\n\nIn a Local Beach setup, the source directory is called\n\"application-on-host\" and is a direct mount of the application directory\non the developer's computer. The target directory is called\n\"application\" and is a Docker volume which is shared across the Nginx\nand PHP-FPM container.\n\nSee Local Beach for further details about which directory mounts exist.\n\n## Usage\n\nMake sure that a shared volume – for example called \"application\" -\nexists in your Docker Compose configuration:\n\n````yaml\nvolumes:\n  application:\n    name: myproject-application\n    driver: local\n````\n\nThen include the Local Beach Dev Kit image as an additional container:\n\n```yaml\n  devkit:\n    image: flownative/localbeach-devkit\n    volumes:\n      - application:/application\n      - .:/application-on-host:delegated\n```\n\n## Configuration\n\nYou can override source and target paths by setting the environment\nvariables `SYNC_APPLICATION_ON_HOST_PATH` and `SYNC_APPLICATION_PATH`\nrespectively.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflownative%2Fdocker-localbeach-devkit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fflownative%2Fdocker-localbeach-devkit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflownative%2Fdocker-localbeach-devkit/lists"}