diff --git a/lxc1/p0-infrastructure/deploy_minio_buckets.sh b/lxc1/p0-infrastructure/deploy_minio_buckets.sh new file mode 100644 index 0000000..a05f0fc --- /dev/null +++ b/lxc1/p0-infrastructure/deploy_minio_buckets.sh @@ -0,0 +1 @@ +docker run --network host --entrypoint /bin/sh minio/mc -c "mc alias set myminio http://localhost:9000 admin ${MINIO_ROOT_PASSWORD}; mc mb myminio/forgejo; mc mb myminio/prometheus; mc mb myminio/backups" \ No newline at end of file