Skip to content

mg-minsan/compose-snippets

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published