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

https://github.com/dev-jpnobrega/docker

Pre-configured service setups using Docker and Docker Compose for streamlined development and production environments. Includes quick-start scripts and .env support for databases (e.g., Scylla, Redis/RedisCluster, PostgreSQL), web servers, caching, and queuing services. Easy to customize and scale for different project needs.
https://github.com/dev-jpnobrega/docker

docker docker-compose docker-image postgresql redis-cache scylladb

Last synced: 5 months ago
JSON representation

Pre-configured service setups using Docker and Docker Compose for streamlined development and production environments. Includes quick-start scripts and .env support for databases (e.g., Scylla, Redis/RedisCluster, PostgreSQL), web servers, caching, and queuing services. Easy to customize and scale for different project needs.

Awesome Lists containing this project

README

          

# Examples containers built with docker-compose

> Compose is a tool for defining and running multi-container Docker applications. With Compose, you use a YAML file to configure your application’s services. Then, with a single command, you create and start all the services from your configuration. Ref: [docker/compose](https://docs.docker.com/compose/)

## Install "docker"

- For MAC: [docker/MAC](https://docs.docker.com/docker-for-mac/)

- For Windows: [docker/Windows](https://docs.docker.com/docker-for-windows/)

## How do I use

Clone repository

Go to the container folder you want to use.
Change envs, if necessary.

Example
```cmd
cd ./redis
```

After, build your containers
```cmd
docker-compose up
```

## Contributing

If you've ever wanted to contribute to open source, and a great cause, now is your chance!

See the [contributing docs](https://github.com/dev-jpnobrega) for more information

## Contributors ✨



JP. Nobrega

💬 📖 👀 📢

## Changelog

See the [changelog file](CHANGELOG.md) for more information

## License
[MIT](https://github.com/all-contributors/all-contributors/blob/master/LICENSE)