minio bucket creation script

This commit is contained in:
admin 2026-02-01 14:36:45 -07:00
parent e4aa239e26
commit 07606d433b

View file

@ -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"