Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

1.11.1: release 1.11

Compare
Choose a tag to compare
@malud malud released this 18 Apr 12:53
· 39 commits to master since this release

New feature: Support for deploying from docker-compose.yml files!

This is the first release supporting sloppy start docker-compose.yml to deploy to sloppy.io directly from your Docker Compose files. This also works with sloppy change.

Both commands will take the name of the current working directory as the project name. To override that, specify another name with -p, like this: sloppy change -p shop-stage docker-compose.yml

This is our first release and we'll expect a few things to be a little bumpy. If you spot something, please report here: https://github.com/sloppyio/sloppose/issues

The one known issue: Health checks aren't mapped.