{"id":19914781,"url":"https://github.com/physer/dev-depot","last_synced_at":"2026-01-29T20:06:43.512Z","repository":{"id":69738561,"uuid":"459740887","full_name":"Physer/dev-depot","owner":"Physer","description":"My local development setup in a handy docker compose file","archived":false,"fork":false,"pushed_at":"2025-12-03T09:50:27.000Z","size":26,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-06T12:26:38.545Z","etag":null,"topics":["docker","docker-compose"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Physer.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-02-15T20:35:42.000Z","updated_at":"2025-12-03T09:50:31.000Z","dependencies_parsed_at":"2024-05-22T10:28:33.680Z","dependency_job_id":"0f6700ad-3411-4eb8-83a4-259e700af11f","html_url":"https://github.com/Physer/dev-depot","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Physer/dev-depot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Physer%2Fdev-depot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Physer%2Fdev-depot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Physer%2Fdev-depot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Physer%2Fdev-depot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Physer","download_url":"https://codeload.github.com/Physer/dev-depot/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Physer%2Fdev-depot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28884106,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-29T19:55:09.949Z","status":"ssl_error","status_checked_at":"2026-01-29T19:55:08.490Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["docker","docker-compose"],"created_at":"2024-11-12T21:37:06.309Z","updated_at":"2026-01-29T20:06:43.478Z","avatar_url":"https://github.com/Physer.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dev Depot\n\n## Introduction\n\nThis repository houses my day-to-day local development setup so I can quickly get my required services up and running, regardless of my host's state\n\n## Running the containers\n\nCreate your environment file specifying the necessary secrets (see [Environment variables](#environment-variables)) and run `docker compose up -d` or `docker compose -p [PROJECT_NAME] up -d`. For running one or more specific services you can run `docker compose up -d [SERVICE]`. For an overview of service names, see the `compose.yaml` file.\n\n## Containers\n\n- [Azurite](https://hub.docker.com/_/microsoft-azure-storage-azurite)\n- [RabbitMQ](https://hub.docker.com/_/rabbitmq)\n- [Redis](https://hub.docker.com/_/redis)\n- [SFTP](https://hub.docker.com/r/atmoz/sftp)\n- [SQL](https://hub.docker.com/_/microsoft-mssql-server)\n\n## Environment variables\n\nBefore starting any containers, create a `.env` file in the root of this repository. You can copy the `.env.example` file for reference.\n\nYou can then fill this file with the following variables for use within the compose file:\n| Variable                  | Definition                                                                                   | Container                               |\n| ------------------------- | -------------------------------------------------------------------------------------------- | --------------------------------------- |\n| STFP_USERNAME             | A username for your sftp user                                                                | atmoz/sftp                              |\n| SFTP_PASSWORD             | The password for the previously mentioned user                                               | atmoz/sftp                              |\n| SFTP_ROOTFOLDER           | The root folder that the user can upload to                                                  | atmoz/sftp                              |\n| SQL_SA_PASSWORD           | The password for the SQL SA user                                                             | mcr.microsoft.com/mssql/server          |\n| SQL_HOSTNAME              | The hostname of your SQL container                                                           | mcr.microsoft.com/mssql/server          |\n| SQL_DATA_PATH             | A volume bind path for the data folder of your SQL container (where your .mdf files will be) | mcr.microsoft.com/mssql/server          |\n| SQL_LOG_PATH              | A volume bind path for the log folder of your SQL container                                  | mcr.microsoft.com/mssql/server          |\n| RABBITMQ_DEFAULT_USER     | The username of the RabbitMQ user                                                            | rabbitmq                                |\n| RABBITMQ_DEFAULT_PASS     | The password of the RabbitMQ user                                                            | rabbitmq                                |\n| AZURITE_DATA_PATH         | A volume bind path for the data folder of your Azurite container                             | mcr.microsoft.com/azure-storage/azurite |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphyser%2Fdev-depot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphyser%2Fdev-depot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphyser%2Fdev-depot/lists"}