Skip to content

vjsantojaca/docker-octo-spork

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Docker Compose files 🛳️

This repository contains a Docker Compose file for setting up some utils.

Getting Started

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.

Prerequisites

  • 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

Installation

  1. Clone the repository
git clone git@github.com:vjsantojaca/docker-octo-spork.git
  1. Navigate to the directory of the docker compose that you want to use
cd postgres
  1. Start the docker compose
docker-compose up -d

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

License

This project is licensed under the GNU GENERAL PUBLIC LICENSE Version 3 - see the LICENSE file for details

About

Docker Compose files 🛳️

Topics

Resources

License

Stars

Watchers

Forks