Skip to content

Enables sorting by directory numbering

Latest
Compare
Choose a tag to compare
@ironicbadger ironicbadger released this 01 Jan 17:20
· 1 commit to master since this release

A small patch to enable sorting by numbering your input directories so that certain apps appear in a certain spot in the output rendered compose.yaml file.

For example:

.
├── deepthought
│   ├── 01-traefik
│   │   └── compose.yaml
│   └── 02-nextcloud
│       └── compose.yaml
├── ktz-cloud
│   ├── 01-traefik
│   │   └── compose.yaml
│   ├── 02-monitoring
│   │   └── compose.yaml
│   ├── 03-static-sites
│   │   └── compose.yaml
│   ├── 04-blogs
│   │   └── compose.yaml
│   ├── 05-unifi
│   │   └── compose.yaml
│   └── 06-apps
│       └── compose.yaml

Full Changelog: v2.0...2.0.1