https://github.com/softwarespot/docker-compose
Various Docker Compose files
https://github.com/softwarespot/docker-compose
docker docker-compose docker-compose-files
Last synced: about 2 months ago
JSON representation
Various Docker Compose files
- Host: GitHub
- URL: https://github.com/softwarespot/docker-compose
- Owner: softwarespot
- License: unlicense
- Created: 2024-10-24T18:40:46.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-13T15:37:05.000Z (over 1 year ago)
- Last Synced: 2025-01-14T13:55:53.017Z (over 1 year ago)
- Topics: docker, docker-compose, docker-compose-files
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Docker Compose files
Various Docker Compose files.
- [Kafka](./kafka/)
- [MySQL](./mysql)
- [NATS](./nats)
- [Redis](./redis)
## Setup
- `docker` - https://docs.docker.com/get-docker/
- `docker-compose` - https://docs.docker.com/compose/install/
## Commands
1. Start the container(s)
**NOTE: Optionally use the flag `-d` to run in the background and then `docker-compose down` to stop**
```bash
docker-compose up
```
2. Remove the container(s)
```bash
docker-compose rm
```
## License
The code has been licensed under [The Unlicense](https://opensource.org/license/unlicense) license.