GitHub - kabandr/docker: A collection of Docker Compose files for everyday dev and testing ready to go with one line command.

Docker Compose Services

This repository contains Docker Compose files for various services and containers I use frequently for development and testing. You can find detailed setup instructions and configurations for each service in their respective directories.

Services

How to Use

Each service directory contains a Docker Compose file and additional configuration files specific to that service. To set up a particular service, navigate to the respective folder and follow the instructions in the README or documentation provided.

Where no instructions were given, simply run: docker compose up -d.

Contributing

Feel free to contribute or report issues if you encounter any problems or have suggestions for improvements. Pull requests are welcome.

Happy containerising!