config.php modified to used environment variables, with the option to specify cloudlog API key via a file (useful when using secret provisioning tools)
Added Dockerfile
Updated documentation to reflect the above
If the Dockerfile is useful, we may want to consider adding it to ghcr.io and/or Docker hub, which would enable us to remove the requirement to build the docker image in the docker-specific instructions. I can help with setting up GitHub actions to do that if required.
As discussed in #1.
Changes:
config.php
modified to used environment variables, with the option to specify cloudlog API key via a file (useful when using secret provisioning tools)If the Dockerfile is useful, we may want to consider adding it to ghcr.io and/or Docker hub, which would enable us to remove the requirement to build the docker image in the docker-specific instructions. I can help with setting up GitHub actions to do that if required.