{"id":20850035,"url":"https://github.com/cristobalgvera/docker-files","last_synced_at":"2026-04-07T21:31:51.330Z","repository":{"id":82160815,"uuid":"533091308","full_name":"cristobalgvera/docker-files","owner":"cristobalgvera","description":"Project to store personal Docker compose files","archived":false,"fork":false,"pushed_at":"2024-12-03T12:36:10.000Z","size":897,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-01T09:25:18.743Z","etag":null,"topics":["docker","docker-compose","mariadb","memsql","mongodb","mysql","pentaho","postgres","postgresql","webspoon"],"latest_commit_sha":null,"homepage":"","language":null,"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/cristobalgvera.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-09-05T23:28:54.000Z","updated_at":"2024-12-03T12:36:13.000Z","dependencies_parsed_at":"2024-12-01T21:24:37.811Z","dependency_job_id":"44f11bff-9216-4de5-9a8d-b4cc0e438085","html_url":"https://github.com/cristobalgvera/docker-files","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cristobalgvera/docker-files","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cristobalgvera%2Fdocker-files","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cristobalgvera%2Fdocker-files/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cristobalgvera%2Fdocker-files/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cristobalgvera%2Fdocker-files/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cristobalgvera","download_url":"https://codeload.github.com/cristobalgvera/docker-files/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cristobalgvera%2Fdocker-files/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31530641,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T16:28:08.000Z","status":"ssl_error","status_checked_at":"2026-04-07T16:28:06.951Z","response_time":105,"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","mariadb","memsql","mongodb","mysql","pentaho","postgres","postgresql","webspoon"],"created_at":"2024-11-18T03:07:46.621Z","updated_at":"2026-04-07T21:31:51.300Z","avatar_url":"https://github.com/cristobalgvera.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Docker files\n\nProject to store personal Docker files with special focus\non database instances.\n\n## TL;DR\n\nTo use any instance just go into specific folder, fill `.env` file with\nyour specifications following the `.env.example` file located on each folder\nand then execute the following command:\n\n```bash\ndocker compose up -d\n```\n\n### Usage example\n\nTo use MongoDB instance:\n\n```bash\n# Go to MongoDB folder\ncd db/mongodb\n\n# Copy .env.example file into a .env file\ncp .env.example .env\n\n# Fill .env variables\nvim .env\n\n# Create the container\ndocker compose up -d\n```\n\nThen, inside `mongodb` folder, run any of the following commands:\n\n- To stop started instance:\n\n```bash\ndocker compose stop\n```\n\n- To start stopped instance:\n\n```bash\ndocker compose start\n```\n\n- To remove instance: _(each folder has instructions to remove his instance)_\n\n```bash\ndocker compose down\n\n# If you want to remove persisted data\n# docker compose down --volumes\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcristobalgvera%2Fdocker-files","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcristobalgvera%2Fdocker-files","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcristobalgvera%2Fdocker-files/lists"}