{"id":21674373,"url":"https://github.com/drunomics/lupus-localdev","last_synced_at":"2026-04-16T12:03:29.700Z","repository":{"id":40391001,"uuid":"186858596","full_name":"drunomics/lupus-localdev","owner":"drunomics","description":"Additions for making local development with docker-compose nicer.","archived":false,"fork":false,"pushed_at":"2025-03-14T13:06:00.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"2.x","last_synced_at":"2025-03-14T14:23:20.214Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/drunomics.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":"2019-05-15T15:51:15.000Z","updated_at":"2025-03-14T13:06:05.000Z","dependencies_parsed_at":"2025-03-14T14:22:46.645Z","dependency_job_id":"d8db66a7-5e77-459d-972b-d50f64f7395f","html_url":"https://github.com/drunomics/lupus-localdev","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/drunomics%2Flupus-localdev","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drunomics%2Flupus-localdev/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drunomics%2Flupus-localdev/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drunomics%2Flupus-localdev/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/drunomics","download_url":"https://codeload.github.com/drunomics/lupus-localdev/tar.gz/refs/heads/2.x","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244583190,"owners_count":20476233,"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-11-25T13:44:16.464Z","updated_at":"2026-04-16T12:03:24.656Z","avatar_url":"https://github.com/drunomics.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Lupus localdev Setup\n\nProvides a central docker-compose configuration for making local development with docker-compose based projects\nnicer. The setup plays nice together with projects using [drunomics/devsetup-docker](https://github.com/drunomics/devsetup-docker/tree/2.x).\n\n## Features\n\n * Runs a central [traefik](https://traefik.io/) reverse proxy and binds it to localhost, such that\n   multiple projects can be run at the same time. It's dashboard is available at http://traefik.localdev.space\n   \n * Provides [portainer](https://www.portainer.io/) as docker UI at http://portainer.localdev.space/ \n   \n * Provides some useful bash aliases and short-cuts, see \"Provided commands\" below.\n\n\n## Installation\n\n    git clone git@github.com:drunomics/lupus-localdev.git --branch=2.x ~/.lupus-localdev\n    echo \"# Add lupus-localdev setup and aliases.\" \u003e\u003e ~/.bashrc\n    echo 'source ~/.lupus-localdev/bashrc' \u003e\u003e ~/.bashrc\n    bash\n    # Register and launch docker containers.\n    localdev-dcp up -d\n\n## Usage\n\nBy default, traefik is started on boot automatically. So it's automatically avaiable\nall the time. However one can manually restart / stop / start it with the provided\n`localdev-dcp` command:\n\n    # Stop\n    localdev-dcp stop\n    # Start\n    localdev-dcp start\n    # Restart\n    localdev-dcp restart\n\n## Per-project setup changes\n\nUsing this centralized traefik network means it is an external network in respect to projects' own ecosystem and it should be declared as such:\n\n```yaml\nnetworks:\n  traefik:\n    name: traefik\n    external: true\n```\n\n## Uninstall\n\n    localdev-dcp down -v\n    sed -i '/lupus-localdev/d' ~/.bashrc\n    rm -rf ~/.lupus-localdev\n\n## Provided commands\n\n - `dcp`  \n    A simple short-hand for `docker-compose`.\n    \n - `localdev-dcp`  \n    Runs docker-compose for the lupus-localdev services, like traefik.\n\n - `localdev-update`\n    Updates the localdev setup with latest upstream changes. Updates just pull\n    in changes in the current branch, what will never including breaking changes.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrunomics%2Flupus-localdev","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdrunomics%2Flupus-localdev","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrunomics%2Flupus-localdev/lists"}