Skip to content

Alpha 5 (v0.0.5-alpha) Released

Pre-release
Pre-release
Compare
Choose a tag to compare
@SelfhostedPro SelfhostedPro released this 31 Oct 20:33
· 427 commits to master since this release
58ad2bc

Changelog

Compose:

Docker compose support is now available under the Projects section (default location is /config/compose/ for your docker-compose projects).

This requires you to set /config to a bind mount. If you've already got /config mounted on a volume you can set /compose/ to a bind mount and set the COMPOSE_DIR environment variable equal to /compose/. Then put all of your folders that container docker-compose.yml files into that folder.

image
image

DigitalOcean:

There's now a DigitalOcean marketplace app for Yacht. I would love feedback on it if you get the chance to try it out.

Fixes:

  • Fixed !PGID default variable
  • Unset variables trying to be deployed will now throw an error.
  • closes #194
  • closes #193