Compare commits

..

No commits in common. "a6901f7a1e406be39dc6c7934f3523790b835479" and "3b60243670c1e0ddad4d7314217592e7438d9c27" have entirely different histories.

3 changed files with 0 additions and 23 deletions

View File

@ -1,11 +0,0 @@
. /opt/minio/minio.conf
docker run -d --net main_subnet --ip 172.30.26.1 \
-e TZ=America/New_York \
-v /opt/minio/data:/data \
-p 9000:9000 \
--name=minio \
-e "MINIO_ROOT_USER=$MINIO_USER" \
-e "MINIO_ROOT_PASSWORD=$MINIO_PASSWORD" \
--restart unless-stopped \
quay.io/minio/minio server /data --console-address ":9090"

View File

@ -1,10 +0,0 @@
%
@ #ip_address
@ http://172.30.26.1:9090/
%
@ #service
@ minio
%
@ #ADDITIONAL_REPLACE
@ template = template.replace("proxy_set_header Host $host;", "proxy_set_header Host $host;\nproxy_set_header Upgrade $http_upgrade;\nproxy_set_header Connection \"upgrade\";")

View File

@ -1,2 +0,0 @@
MINIO_USER="user"
MINIO_PASSWORD="password"