Skip to content

A collection of docker compose file for different services and tools

Notifications You must be signed in to change notification settings

nikhiljohn10/ripples

Repository files navigation

Ripples

Services

Makefile

Use command make help or simply make to display help

Scripts

Init

apt update
apt upgrade -y
apt autoremove -y
apt install -y curl make ca-certificates gnupg lsb-release
mkdir -p /etc/apt/keyrings
curl -fsSL https://download.docker.com/linux/debian/gpg | gpg --dearmor -o /etc/apt/keyrings/docker.gpg
echo \
  "deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/docker.gpg] https://download.docker.com/linux/debian \
  $(lsb_release -cs) stable" | sudo tee /etc/apt/sources.list.d/docker.list > /dev/null
apt-get install docker-ce docker-ce-cli containerd.io docker-compose-plugin

About

A collection of docker compose file for different services and tools

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published