Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wmramadan/docker-compose-it-all
A repository of docker-compose yaml files for all kinds of deployments
https://github.com/wmramadan/docker-compose-it-all
docker docker-compose docker-container docker-gpu docker-image docker-images docker-stack yaml
Last synced: 2 months ago
JSON representation
A repository of docker-compose yaml files for all kinds of deployments
- Host: GitHub
- URL: https://github.com/wmramadan/docker-compose-it-all
- Owner: WMRamadan
- License: gpl-3.0
- Created: 2022-06-04T23:01:27.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-09T22:23:14.000Z (7 months ago)
- Last Synced: 2024-07-10T02:38:25.538Z (7 months ago)
- Topics: docker, docker-compose, docker-container, docker-gpu, docker-image, docker-images, docker-stack, yaml
- Language: Shell
- Homepage:
- Size: 465 KB
- Stars: 29
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changedetection/.env
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Docker Compose It All
A repository of docker-compose yaml files for all kinds of deployments based on ready made images.
## Requirements
- Docker Engine 19.03.4 or above
- Docker Compose v2 or above## Setup
To launch a deployment run the following command:
```bash
./launch.sh
```To stop a deployment run the following command:
```bash
./stop.sh
```To get an explaination of each app, run the following command:
```bash
./explain.sh
```## Applications
| Name | Architecture | Type | GPU |
|----------|----------|----------|----------|
| ardour | amd64, arm64 | Standalone | None |
| changedetection | amd64, arm64 | Standalone | None |
| dashy | amd64, arm64 | Standalone | None |
| drupal | amd64, arm64 | Stack | None |
| emby-server | amd64 | Standalone | None |
| emby-server-arm64 | arm64 | Standalone | None |
| fastapi | amd64, arm64 | Standalone | None |
| fooocus | amd64, arm64 | Standalone | nVidia |
| heimdall | amd64, arm64 | Standalone | None |
| jekyll | amd64 | Standalone | None |
| jellyfin | amd64, arm64 | Standalone | None |
| jellyfin-gpu | amd64, arm64 | Standalone | AMD, Intel |
| jellyfin-nvidia | amd64, arm64 | Standalone | nVidia |
| joomla | amd64, arm64 | Stack | None |
| linkding | amd64, arm64 | Standalone | None |
| mongodb | amd64, arm64 | Standalone | None |
| nextcloud | amd64, arm64 | Standalone | None |
| nginx | amd64, arm64 | Standalone | None |
| odoo | amd64, arm64 | Stack | None |
| pihole | amd64, arm64 | Standalone | None |
| portainer | amd64, arm64 | Standalone | None |
| postgresql | amd64, arm64 | Standalone | None |
| redis | amd64, arm64 | Standalone | None |
| sonarqube | amd64, arm64 | Stack | None |
| traefik | amd64, arm64 | Standalone | None |
| uptime-kuma | amd64, arm64 | Standalone | None |
| webtop | amd64, arm64 | Standalone | None |
| wordpress | amd64, arm64 | Stack | None |
| yacht | amd64, arm64 | Standalone | None |## How to contribute
Create a pull request if you would like to add to the list of applications. Please follow the included structure.