Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kuluce/docker
provide developers and system administrators with ready-to-use Docker Compose files and related configuration files for various systems
https://github.com/kuluce/docker
docker docker-compose docker-compose-template etcd gitlab nightingale
Last synced: about 1 month ago
JSON representation
provide developers and system administrators with ready-to-use Docker Compose files and related configuration files for various systems
- Host: GitHub
- URL: https://github.com/kuluce/docker
- Owner: kuluce
- License: apache-2.0
- Created: 2024-06-05T12:56:00.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-06T02:22:45.000Z (7 months ago)
- Last Synced: 2024-10-19T22:37:30.262Z (2 months ago)
- Topics: docker, docker-compose, docker-compose-template, etcd, gitlab, nightingale
- Language: Makefile
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### About This Project
Welcome to our repository, dedicated to sharing common system deployment solutions using Docker Compose. This project aims to provide developers and system administrators with ready-to-use Docker Compose files and related configuration files for various systems. By utilizing these resources, you can easily set up and deploy these systems in a consistent and efficient manner.
#### Current Projects
- **etcd**: A distributed, reliable key-value store for the most critical data of a distributed system. Our Docker Compose setup simplifies the deployment and management of etcd clusters.
- **Nightingale**: An enterprise-level cloud-native monitoring system. We provide Docker Compose files that enable you to quickly deploy and start using Nightingale for monitoring your infrastructure and applications.
- **GitLab**: A complete DevOps platform, delivered as a single application. Our Docker Compose configuration allows for the straightforward deployment of GitLab, facilitating source code management, CI/CD, and more.
#### How to Use
1. **Clone the Repository**:
```bash
git clone https://github.com/kuluce/docker.git
cd docker
```2. **Navigate to the Desired System's Directory**:
```bash
cd etcd # or nightingale, or gitlab
```3. **Start the Services**:
```bash
make up
```4. **Access the Services**:
- Follow the instructions provided in each directory's README.md to access and configure the services.#### Contributions
We welcome contributions from the community! Whether you have a new system to add or improvements to existing configurations, feel free to open a pull request or create an issue. Please make sure to follow our contribution guidelines outlined in CONTRIBUTING.md.
#### License
This project is licensed under the Apache-2.0 License. See the LICENSE file for more details.
---
Feel free to explore, contribute, and utilize these deployment solutions to streamline your development and operations workflows. If you have any questions or need further assistance, don't hesitate to reach out to our community.
Happy deploying!