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: 2 months 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 (11 months ago)
- Default Branch: master
- Last Pushed: 2025-05-05T23:06:18.000Z (2 months ago)
- Last Synced: 2025-05-07T06:04:21.162Z (2 months ago)
- Topics: docker, docker-compose, docker-container, docker-image, easytouse, simple
- Homepage:
- Size: 21.5 KB
- Stars: 2
- 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 |