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

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

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