45 lines
1014 B
Markdown
45 lines
1014 B
Markdown
# docker compose files
|
|
|
|
<!-- vim-markdown-toc GFM -->
|
|
|
|
* [Description](#description)
|
|
* [Usage](#usage)
|
|
* [Support](#support)
|
|
* [Contributing](#contributing)
|
|
* [Authors and acknowledgment](#authors-and-acknowledgment)
|
|
* [License](#license)
|
|
* [Project status](#project-status)
|
|
|
|
<!-- vim-markdown-toc -->
|
|
|
|
## Description
|
|
|
|
This is my collection of docker compose files that I'm either currently using or have used on my homelab at some point.
|
|
|
|
## Usage
|
|
|
|
```sh
|
|
git clone -n --depth=1 --filter=tree:0 \
|
|
https://git.danesi.dev/cdanesi/docker.git
|
|
cd docker
|
|
git sparse-checkout set --no-cone /<directory name>
|
|
git checkout
|
|
|
|
# additional selection
|
|
git sparse-checkout add /<directory name>
|
|
```
|
|
|
|
## Support
|
|
|
|
I offer no support for these files. This is what works for me. These are for reference purposes only.
|
|
|
|
## Contributing
|
|
|
|
## Authors and acknowledgment
|
|
|
|
## License
|
|
|
|
## Project status
|
|
|
|
This is an ongoing project. I probably don't update existing compose files, but I'll add new stuff as it gets added to my homelab.
|