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.
- Host: GitHub
- URL: https://github.com/dev-jpnobrega/docker
- Owner: dev-jpnobrega
- License: mit
- Created: 2020-02-19T01:20:03.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-10-28T14:12:14.000Z (over 4 years ago)
- Last Synced: 2025-05-17T05:14:35.171Z (about 1 year ago)
- Topics: docker, docker-compose, docker-image, postgresql, redis-cache, scylladb
- Language: Dockerfile
- Homepage:
- Size: 55.7 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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 ✨
## Changelog
See the [changelog file](CHANGELOG.md) for more information
## License
[MIT](https://github.com/all-contributors/all-contributors/blob/master/LICENSE)