Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.