Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/realfascinated/docker-projects

Easy-to-use Docker Compose Collection
https://github.com/realfascinated/docker-projects

docker docker-compose docker-container docker-image easytouse simple

Last synced: 28 days ago
JSON representation

Easy-to-use Docker Compose Collection

Awesome Lists containing this project

README

        

# Easy-to-use Docker Compose Collection

## Usage

Create the network: (if you haven't already)

```bash
docker network create --driver bridge proxy
```

Find a service you wish to run and go to it's `docker-compose.yml` file and copy the contents to a new directory. Then run:

```bash
docker-compose up -d
```

## Services

| Service | Description | Port(s) |
| --------------------------------------------------------- | ---------------- | -------- |
| [AdGuard Home](/services/adguard-home/docker-compose.yml) | DNS Server | 53, 3000 |
| [Redis](/services/redis/docker-compose.yml) | Cache | 6379 |
| [Vault Warden](/services/vault-warden/docker-compose.yml) | Password Manager | 8080 |