33 lines
681 B
Markdown
33 lines
681 B
Markdown
# docker compose files
|
|
|
|
## 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
|
|
|
|
```
|
|
git clone -n --depth=1 --filter=tree:0 \
|
|
https://git.danesi.dev/cdanesi/docker-compose.git
|
|
cd docker-compose
|
|
git sparse-checkout set --no-cone /<directory name>
|
|
git checkout
|
|
```
|
|
|
|
## 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.
|