Compose Snippets is a collection of docker-compose for various services.
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.
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