Spaces:
Runtime error
Runtime error
| # Secure MinIO credentials | |
| export MINIO_ROOT_USER=${S3_ACCESS_KEY} | |
| export MINIO_ROOT_PASSWORD=${S3_SECRET_KEY} | |
| # Start MinIO | |
| minio server /data --address ":9000" & | |
| sleep 5 | |
| # Start Unkey | |
| unkey agent | |