https://github.com/ellisjoe611/docker_compose_templates
Sample Docker-Compose templates runnable on localhost
https://github.com/ellisjoe611/docker_compose_templates
docker docker-compose docker-compose-template
Last synced: about 2 months ago
JSON representation
Sample Docker-Compose templates runnable on localhost
- Host: GitHub
- URL: https://github.com/ellisjoe611/docker_compose_templates
- Owner: ellisjoe611
- Created: 2024-10-23T06:16:42.000Z (over 1 year ago)
- Default Branch: develop
- Last Pushed: 2025-04-08T02:56:06.000Z (about 1 year ago)
- Last Synced: 2025-05-15T04:11:20.941Z (about 1 year ago)
- Topics: docker, docker-compose, docker-compose-template
- Homepage:
- Size: 40 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# docker_compose_templates
Docker-Compose templates that are runnable on localhost.
Each Image is linked with separate volume and network.
## command
* start (background)
```
docker-compose up -d -f {folder_name}/docker-compose.yaml
```
* stop
```
docker-compose down -f {folder_name}/docker-compose.yaml
```
## Images
* MongoDB
* Ollama
* PostgreSQL
* Redis