{"id":18663087,"url":"https://github.com/asapdotid/dcc-mariadb","last_synced_at":"2026-04-05T23:31:32.416Z","repository":{"id":180306670,"uuid":"647699306","full_name":"asapdotid/dcc-mariadb","owner":"asapdotid","description":"Docker Compose MariaDB (base Bitnami MariaDB)","archived":false,"fork":false,"pushed_at":"2025-09-23T04:28:12.000Z","size":39,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-23T06:20:01.590Z","etag":null,"topics":["bitnami-image","database","docker","docker-compose","mariadb","mariadb-database","mysql"],"latest_commit_sha":null,"homepage":"","language":"Makefile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/asapdotid.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}},"created_at":"2023-05-31T10:37:59.000Z","updated_at":"2025-09-23T04:28:16.000Z","dependencies_parsed_at":null,"dependency_job_id":"edfae0f7-9325-4822-955c-3affb2c8cbb2","html_url":"https://github.com/asapdotid/dcc-mariadb","commit_stats":null,"previous_names":["asapdotid/dcc-mariadb"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/asapdotid/dcc-mariadb","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asapdotid%2Fdcc-mariadb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asapdotid%2Fdcc-mariadb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asapdotid%2Fdcc-mariadb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asapdotid%2Fdcc-mariadb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/asapdotid","download_url":"https://codeload.github.com/asapdotid/dcc-mariadb/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asapdotid%2Fdcc-mariadb/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31454196,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-05T21:22:52.476Z","status":"ssl_error","status_checked_at":"2026-04-05T21:22:51.943Z","response_time":75,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["bitnami-image","database","docker","docker-compose","mariadb","mariadb-database","mysql"],"created_at":"2024-11-07T08:14:59.185Z","updated_at":"2026-04-05T23:31:32.386Z","avatar_url":"https://github.com/asapdotid.png","language":"Makefile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Docker Compose MariaDB\n\nDocker image base `bitnami/mariadb` [link](https://hub.docker.com/r/bitnami/mariadb)\n\n## Make sure docker network exist:\n\n```bash\ndocker network create proxy\ndocker network create secure\n```\n\n## Makefile commands for run the code\n\n```bash\nmake help\n```\n\nFirst of all:\n\n-   Init setup env: `make init` will copy `.make/.env.example` file  `.make/.env`\n-   Init docker compose env: `make env` will copy `src/.env.example` file  `src/.env`\n\n## Web environment variables\n\nYou could custom environment of setup database to development or production on `.make/.env`:\n\n```bash\n# Development\nDOCKER_PROJECT_DEV=true\n```\n\nOr\n\n```bash\n# Production\nDOCKER_PROJECT_DEV=false\n```\n\n📖 Docker compose MariaDB config of `Bitnami MariaDB` [link](https://hub.docker.com/r/bitnami/mariadb)\n\n## Troubleshoot Persisting your database\n\nError: `mkdir: cannot create directory '/bitnami/mariadb/data': Permission denied`\n\nNow chown this directory to `1001:1001` since the image is using UID `1001` as the user running the command:\n\n```bash\nsudo chown -R 1001:1001 .data/*\n```\n\nOr\n\n```bash\nsudo chown -R 1001:1001 .data/*\n```\n\n## Adminer - Database Management\n\nOptional for database management using Adminer:\n\n```yaml\nversion: \"3.7\"\n\nnetworks:\n    proxy:\n        driver: bridge\n        external: true\n    secure:\n        driver: bridge\n        external: true\n\nservices:\n    adminer:\n        image: adminer:latest\n        restart: unless-stopped\n        ports:\n            - \"8080:8080\"\n        networks:\n            - proxy\n            - secure\n```\n\n## License\n\nMIT / BSD\n\n## Author Information\n\nThis Code was created in 2023 by [Asapdotid](https://github.com/asapdotid).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fasapdotid%2Fdcc-mariadb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fasapdotid%2Fdcc-mariadb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fasapdotid%2Fdcc-mariadb/lists"}