Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/realfascinated/docker-projects
- Owner: RealFascinated
- License: mit
- Created: 2024-08-10T17:46:13.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2024-10-07T20:03:22.000Z (30 days ago)
- Last Synced: 2024-10-09T16:21:35.393Z (28 days ago)
- Topics: docker, docker-compose, docker-container, docker-image, easytouse, simple
- Homepage:
- Size: 16.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 |