This repository contains a Docker Compose file for setting up some utils.
Compose simplifies the control of your entire application stack, making it easy to manage services, networks, and volumes in a single, comprehensible YAML configuration file. Then, with a single command, you create and start all the services from your configuration file.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- Docker
brew install docker- Docker Compose
sudo curl -L "https://github.com/docker/compose/releases/latest/download/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
sudo chmod +x /usr/local/bin/docker-compose
docker compose version- Colima
brew install colima- Clone the repository
git clone [email protected]:vjsantojaca/docker-octo-spork.git- Navigate to the directory of the docker compose that you want to use
cd postgres- Start the docker compose
docker-compose up -dPlease read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
This project is licensed under the GNU GENERAL PUBLIC LICENSE Version 3 - see the LICENSE file for details