{"id":30092744,"url":"https://github.com/jaudiger/containerized-services","last_synced_at":"2026-05-18T19:46:37.234Z","repository":{"id":307612793,"uuid":"1029776473","full_name":"jaudiger/containerized-services","owner":"jaudiger","description":"Containerized services for development and testing","archived":false,"fork":false,"pushed_at":"2025-08-08T18:04:58.000Z","size":49,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-08T19:18:37.588Z","etag":null,"topics":["container","docker","docker-compose","services"],"latest_commit_sha":null,"homepage":"","language":"HCL","has_issues":false,"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/jaudiger.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,"zenodo":null}},"created_at":"2025-07-31T14:55:56.000Z","updated_at":"2025-08-08T18:05:00.000Z","dependencies_parsed_at":"2025-08-01T08:07:17.504Z","dependency_job_id":null,"html_url":"https://github.com/jaudiger/containerized-services","commit_stats":null,"previous_names":["jaudiger/containerized-services"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jaudiger/containerized-services","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaudiger%2Fcontainerized-services","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaudiger%2Fcontainerized-services/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaudiger%2Fcontainerized-services/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaudiger%2Fcontainerized-services/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jaudiger","download_url":"https://codeload.github.com/jaudiger/containerized-services/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaudiger%2Fcontainerized-services/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269548500,"owners_count":24436113,"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","status":"online","status_checked_at":"2025-08-09T02:00:10.424Z","response_time":111,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["container","docker","docker-compose","services"],"created_at":"2025-08-09T08:03:59.723Z","updated_at":"2026-05-18T19:46:37.228Z","avatar_url":"https://github.com/jaudiger.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Containerized services\n\n## Getting Started\n\nWorking in the cloud involves using third-party services to store data for stateless applications, send messages between micro-services, manage authentication, etc. To set up these services locally, I containerize a few of these services. It lets me quickly spawn an instance I'm interested in on my machine. And I tend to always integrate/use/test the most up-to-date version.\n\nHere is a list of the services that can be deployed using this repository:\n\n- Elasticsearch:\n  - [Cluster](./elasticsearch/cluster)\n  - [Secure cluster](./elasticsearch/secure-cluster)\n  - [Single node](./elasticsearch/single-node)\n- Grafana:\n  - [Single node](./grafana/single-node)\n- Jaeger:\n  - [Single node](./jaeger/single-node)\n- Kafka:\n  - [Cluster](./kafka/cluster)\n  - [Single node](./kafka/single-node)\n- Kibana:\n  - [Single node](./kibana/single-node)\n- Mongo:\n  - [Cluster](./mongo/cluster)\n  - [Single node](./mongo/single-node)\n- Mosquitto:\n  - [Single node](./mosquitto/single-node)\n- PostgreSQL:\n  - [Single node](./postgresql/single-node)\n- Prometheus:\n  - [Single node](./prometheus/single-node)\n- RabbitMQ:\n  - [Single node](./rabbitmq/single-node)\n- Redis:\n  - [Cluster](./redis/cluster)\n  - [ReplicaSet](./redis/replica-set)\n  - [Single node](./redis/single-node)\n- Vault:\n  - [Single node](./vault/single-node)\n\nOf course, the deployment of these services are not meant for production usage, but rather for development and testing purposes. From a security perspective, these services are not hardened and should not be exposed to the internet, there is most of the time no authentication system, nor encryption layer. **They are meant to be used in your local machine only.**\n\nTo spawn locally, you can use the following command:\n\n```bash\ndocker compose -f SERVICE/USAGE/docker-compose.yml up\n```\n\nTo remove the volumes created and start next time from scratch, use the following command:\n\n```bash\ndocker compose -f SERVICE/USAGE/docker-compose.yml down --remove-orphans --volumes\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjaudiger%2Fcontainerized-services","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjaudiger%2Fcontainerized-services","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjaudiger%2Fcontainerized-services/lists"}