{"id":13941156,"url":"https://github.com/Websoft9/docker-library","last_synced_at":"2025-07-20T04:30:56.639Z","repository":{"id":61838343,"uuid":"553409106","full_name":"Websoft9/docker-library","owner":"Websoft9","description":"300+ Docker Compose examples of selfhosted FOSS based on official image, just run it.","archived":false,"fork":false,"pushed_at":"2025-07-18T09:22:50.000Z","size":64625,"stargazers_count":47,"open_issues_count":114,"forks_count":32,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-07-18T12:10:30.400Z","etag":null,"topics":["bitnami","docker","docker-compose","dockerhub","image","installation"],"latest_commit_sha":null,"homepage":"https://www.websoft9.com","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Websoft9.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","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":"2022-10-18T07:06:03.000Z","updated_at":"2025-07-12T17:21:32.000Z","dependencies_parsed_at":"2023-11-26T06:31:55.171Z","dependency_job_id":"38eb4ad1-30aa-4415-a5cb-140430c8441c","html_url":"https://github.com/Websoft9/docker-library","commit_stats":null,"previous_names":[],"tags_count":69,"template":false,"template_full_name":null,"purl":"pkg:github/Websoft9/docker-library","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Websoft9%2Fdocker-library","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Websoft9%2Fdocker-library/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Websoft9%2Fdocker-library/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Websoft9%2Fdocker-library/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Websoft9","download_url":"https://codeload.github.com/Websoft9/docker-library/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Websoft9%2Fdocker-library/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266067255,"owners_count":23871324,"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":["bitnami","docker","docker-compose","dockerhub","image","installation"],"created_at":"2024-08-08T02:01:12.488Z","updated_at":"2025-07-20T04:30:51.626Z","avatar_url":"https://github.com/Websoft9.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"[![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](http://www.gnu.org/licenses/gpl-3.0)\n[![GitHub last commit](https://img.shields.io/github/last-commit/Websoft9/docker-library)](https://github.com/Websoft9/docker-library)\n[![GitHub Release Date](https://img.shields.io/github/release-date/Websoft9/docker-library)](https://github.com/Websoft9/docker-library)\n[![GitHub Repo stars](https://img.shields.io/github/stars/Websoft9/docker-library?style=social)](https://github.com/Websoft9/docker-library)\n\n# Awesome Docker Compose Examples\n\nThis repository include [200+ Examples](https://github.com/Websoft9/docker-library/tree/main/apps) based on [Docker compose](https://docs.docker.com/compose/), e.g WordPress, MySQL, Odoo, MongoDB, GitLab, Elastic, Ghost, Grafana, Graylog, Kafka, n8n, Moodle, Nextcloud, ONLYOFFICE, phpMyAdmin...\n\nYou can use them for bussiness management, content management, data analysis, development, DevOps and any things you want to do.  \n\n## Where image from?\n\nAll Docker image come from the Official of the software or an authoritative third party (such as: Bitnami), and Websoft9 does not maintain the image.  \n\nWebsoft9 only verify and test the image or docker compose provided by the official to ensure that they can be run directly with **docker compose up** without any configuration.\n\n## How to use it?\n\nThe easiest way is install [ Websoft9](https://github.com/Websoft9/websoft9) which can help you running these applications on web-based console.  \n\nOf course, you can also use Docker compose to running these application: \n\n1. Make sure you have install the Docker latest or you can install Docker by below script\n\n   ```\n   curl -fsSL https://get.docker.com -o get-docker.sh \u0026\u0026 sh get-docker.sh \u0026\u0026 sudo systemctl enable docker \u0026\u0026 sudo systemctl start docker\n   ```\n\n2. Download this repository to your Linux and list all applications\n\n   ```\n   git clone --depth=1 https://github.com/Websoft9/docker-library\n   cd docker-library \u0026\u0026 ls apps\n   ```\n\n3. Go to the target app directory, check or modify the [.env](https://github.com/Websoft9/docker-library/blob/main/docs/code_owner.md#environment-variables), then run it\n\n   ```\n   # e.g install wordpress\n   cd apps/wordpress\n   sudo docker network create websoft9 \u0026\u0026  sudo docker compose up -d\n   ```\n\n## How to contribute it?\n\nWe greatly welcome community contributions to provide suggestions and improvements to our project:\n\n1. Find a bug, request features and provide better methods, you can promote your ideas through [issue](https://github.com/Websoft9/docker-library/issues).\n\n2. Contributing to this repository, please follow our [contribution guidelines](CONTRIBUTING.md). We try our best to provide [reward](./docs/reward.md) for some important task.\n\n## Documentation\n\n[Websoft9 Administrator Guide](https://support.websoft9.com/docs/apps)\n\n## Support\n\nYou can subscribe [Websoft9 Enterprise Support](https://www.websoft9.com/apps) to ensure high availability of applications and more:\n\n- Knowledge: Answers and guidance from product experts\n- Support: Everything you need for technical support, e.g Enable HTTPS, Upgrade guide\n- Security: Security services and tools to protect your software\n\n## Sponsor\n\nThe following corporate organizations have provided us with sponsorship, which has greatly helped this repository.\n\n![image](https://libs.websoft9.com/Websoft9/logo/sponser/50sponser-huawei-logo.png) ![image](https://libs.websoft9.com/Websoft9/logo/sponser/50sponser-mingdaoyun-logo.png) ![image](https://libs.websoft9.com/Websoft9/logo/sponser/50sponser-apitable-logo.png)\n\n## License\n\n[LGPL-3.0](LICENSE.md), Additional Terms: It is not allowed to publish free or paid image based on this repository in any Cloud platform's Marketplace without authorization.\n\n## Disclaimer\n\nWe can't guarantee the open source software does not have vulnerability or the security risks which is the responsibility of user according to the open source licenses.\n\n## App Wishlist\n\nPropose and vote for [apps](wishlist.md) to be packaged\n\n## FAQ\n\n#### Do I need to change the password before docker-compose up?\n\nYes, you should modify **W9_POWER_PASSWORD** at .env file for production\n\n#### Docker runing failed for the reason that port conflict?\n\nYou should modify **APP\\_\\*\\_PORT** at .env file\n\n#### What the credentials for application?\n\nW9_LOGIN_USER, W9_LOGIN_PASSWORD\n\n#### Is there any infrastructure limit?\n\nNo, you can use lots of infrastructure, e.g.\n\n- **OS**: Red Hat, CentOS, Debian, Ubuntu or other's Linux OS ...\n- **Public Cloud**: More than 20+ major Cloud such as AWS, Azure, Google Cloud, Alibaba Cloud, HUAWEIClOUD, Oracle Cloud ...\n- **Private Cloud**: KVM, VMware, VirtualBox, OpenStack ...\n- **ARCH**: Linux x86-64, ARM 32/64, x86/i686 ...\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FWebsoft9%2Fdocker-library","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FWebsoft9%2Fdocker-library","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FWebsoft9%2Fdocker-library/lists"}