{"id":22734196,"url":"https://github.com/ast21/docker-collection","last_synced_at":"2025-03-30T02:12:26.063Z","repository":{"id":157926206,"uuid":"555696878","full_name":"ast21/docker-collection","owner":"ast21","description":null,"archived":false,"fork":false,"pushed_at":"2024-09-23T01:34:49.000Z","size":37,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-05T04:34:33.023Z","etag":null,"topics":[],"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/ast21.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":"2022-10-22T05:24:53.000Z","updated_at":"2024-09-23T01:34:52.000Z","dependencies_parsed_at":"2024-05-02T15:48:44.179Z","dependency_job_id":"2bc42cbe-4fc8-4c26-adbc-b43330517e86","html_url":"https://github.com/ast21/docker-collection","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/ast21%2Fdocker-collection","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ast21%2Fdocker-collection/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ast21%2Fdocker-collection/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ast21%2Fdocker-collection/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ast21","download_url":"https://codeload.github.com/ast21/docker-collection/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246266239,"owners_count":20749754,"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-12-10T20:19:45.837Z","updated_at":"2025-03-30T02:12:26.041Z","avatar_url":"https://github.com/ast21.png","language":"Shell","readme":"# Docker containers collection\n\n## Requirements\n\n- GIT\n- [Docker v19.03.0+](https://docs.docker.com/get-docker/)\n- Docker Compose specification v3.8\n\n## Installation\n\n1. Clone repo with command:\n\n```shell\ngit clone https://github.com/ast21/docker-collection.git\n```\n\n2. Create `.env` file and set environments\n```shell\ncp .env.example .env\n```\n\n3. Create docker networks\n```shell\ndocker network create traefik\ndocker network create databases\ndocker network create tools\n```\n\n## Usage\n\nRun one container:\n```shell\ndocker compose up -d postgresql\n```\n\nor run multiple containers:\n```shell\ndocker compose up -d postgresql adminer\n```\n\n### Overriding compose file\n\nCreate file `docker-compose.override.yaml`.\n```shell\ncp docker-compose.override.yaml.example docker-compose.override.yaml\n```\n\nSee the example:\n```yaml\n# docker-compose.override.yaml\n\nservices:\n  postgresql:\n    ports: [ \"5432:5432\" ]\n```\n\nThen run your container.\n\n## License\n[MIT](https://choosealicense.com/licenses/mit/)","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fast21%2Fdocker-collection","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fast21%2Fdocker-collection","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fast21%2Fdocker-collection/lists"}