infra/docker/beta/Dockerfile

11 lines
286 B
Docker

FROM ghcr.io/nginxinc/nginx-s3-gateway/nginx-oss-s3-gateway:latest
# Prepopulate some of the more generic settings for the proxy
ENV AWS_SIGS_VERSION=2 \
S3_STYLE=virtual \
PROVIDE_INDEX_PAGE=true \
S3_SERVER_PORT=443 \
S3_SERVER_PROTO=https \
ALLOW_DIRECTORY_LIST=false