mg-minsan / compose-snippets

A collection of docker-compose for various services.

Home Page:https://compose-snippets.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Compose Snippets

Compose Snippets is a collection of docker-compose for various services.

How to contribute a snippet

To contribute a snippet you can create a new YAML file with the service name as the filename in the docker-compose directory.

You can use bin/new followed by the name of the serivce to create a new YAML file too. This will create a new YAML file with the required fields.

The name field will become a slug and search option on the website. Each YAML will be statically generated to a page with the name as the slug of the page.

How to run the website

This is a Next.js project bootstrapped with create-next-app.

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev

LICENSE

MIT

About

A collection of docker-compose for various services.

https://compose-snippets.vercel.app

License:MIT License


Languages

Language:TypeScript 59.8%Language:CSS 34.3%Language:JavaScript 3.5%Language:Shell 2.4%