4.0.0 (2022-10-16)
- Docker multiarch builds
- A changelog to keep track of upgrading
- Goss test config for serverspec like testing
- CI and weekly image building with cirrus-ci
- Typo in license file
- Healthchecks no longer show up in the accesslogs
- Docker base image is now debain
- BREAKING: Removed the custom bash script for a more stable an predictable envsubst implementation. Variables your files should no longer be prefixed with
container.env
. Example:{container.env.HOST}
now becomes${HOST}
- BREAKING: Dropped s6 as init system becuase I now use the docker-entrypoint.sh from upstream nginx to replace the variables
3.0.0 (2019-04-06)
- Seperate vhost config from nginx #8
- Follow symbolic links when searching for files with environment variable to replace. #10 (rick-nu)