github ironicbadger/ansible-role-docker-compose-generator 2.0.1
Enables sorting by directory numbering

one month ago

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

Don't miss a new ansible-role-docker-compose-generator release

NewReleases is sending notifications on new releases.