feat: Add configurable TRANSPORT_SCHEME
Some checks failed
CI / release (push) Failing after 1m29s

Can now set environment var TRANSPORT_SCHEME=http if you would want to revert from default https transport.
This commit is contained in:
2025-02-17 09:57:19 +13:00
parent a35bbe7c35
commit 42ef0f96f6
2 changed files with 7 additions and 5 deletions

View File

@@ -18,6 +18,8 @@ VOLUME [ "/var/lib/nginx/pypi" ]
EXPOSE 80
ENV TZ=Pacific/Auckland
# Transport scheme default is https
ENV TRANSPORT_SCHEME=https
ENTRYPOINT [ "/docker-entrypoint.sh" ]