Stonehenge Versions Save

Multi-project local development environment & toolset on Docker

5.0.0

1 month ago
  • Traefik v3.0.0
  • Mailpit v1.17.1
  • Global http to https redirect
  • Updated catchall handling
  • Updated examples (e.g. Laravel 11, Symfony 7)
  • Docker Compose spec changes (docker-compose.yml to compose.yam)

Full Changelog: https://github.com/druidfi/stonehenge/compare/4.1.0...5.0.0

4.1.0

9 months ago
  • Good 'ol MailHog is now replaced with Mailpit: https://github.com/axllent/mailpit which works similar way but is a bit modern and actively maintained
  • Traefik 2.10.4 update

4.0.0

1 year ago
  • Traefik, Mailhog and handling SSH keys all in the same image
  • Added new scripts for routing custom domains to localhost (e.g. localhost:3000)

3.1.0

2 years ago
  • Remove Portainer from Stonehenge

Docker Desktop has out-of-the-box functionality for most use cases which we have for Portainer.

  • Now Docker Desktop is also available for Linux
  • Latest Docker Desktop includes extensions where you can also install Portainer
  • Docker Desktop Dashboard includes already lots of features like logs, inspection of containers, images, volumes etc.

3.0.1

2 years ago
  • Support installing in Linux ARM 64 host
  • Fallback using Docker Compose V1 for now

3.0.0

3 years ago
  • docker.sh changed to docker.so domain
  • dnsmasq container removed
  • resolver creation & handling removed

2.0.2

3 years ago
  • Support for *.traefik.me domains with the help of https://traefik.me/
  • Updated examples
  • Some restructuring of the make files

2.0.1

3 years ago
  • Traefik 2.2.11
  • Portainer CE 2.0.0

2.0.0

3 years ago
  • All the v1 features ported to v2 and working with Traefik 2
  • Easy switch commands between v1 and v2
  • Support for multiple SSH keys (rsa and ed25519)

1.1.0-rc1

4 years ago

New features:

  • mkcert installation by default and now using HTTPS out of the box!
  • pre and post actions for up (when to do dns/resolver modifications)
  • fixed version for Traefik 1 (now that 2 is released)
  • removed need for external bash scripts
  • custom service-not-found page
  • new Laravel example