Skip to content

A compilation of docker-compose recipes, for self-hosted applications and services.

Notifications You must be signed in to change notification settings

gauchocode/docker-compose-recipes

Repository files navigation

Docker Compose Recipes

Similar idea https://github.com/docker/awesome-compose

⚙️ Prerequisites

Install docker and docker-compose. On debian-based system you can use:

sudo apt install docker.io docker-compose

🚩 First steps

# Clone repo
git clone https://gitlab.com/broobe/docker-compose-samples.git

# Go to the tool we want to install. Example:
cd docker-compose-samples/vaultwarden

# Read readme.md
cat readme.md

# Edit .env
vim .env

# Download images
docker-compose pull

# Start containers
docker-compose up -d

🧭 TODO List

  • Better documentation.
  • Move all application vars to a .env file.
  • More docker compose-recipes.
  • More installation variants from the existing recipes.

👋 Contributing

Considerations:

  • Do not place passwords or sensitive data on docker-compose.yml.
  • Use .env files for make more customizable the installation.
  • Each recipe should contain their own readme.md.
  • Avoid using configurations with non-persistent data.

👥 Team

This theme is maintained by the following person(s) and a bunch of awesome contributors.

Leandro Padula
Leandro Padula

⚠️ License

This project is licensed under the MIT License - see the LICENSE file for details.

About

A compilation of docker-compose recipes, for self-hosted applications and services.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages