In this video, we approach how you can self host your own S3 buckets and integrate it in Coolify.
docker compose file:
version: '2.4'
services:
s3:
image: minio/minio:latest
ports:
"9000:9000"
"9099:9099"
environment:
MINIO_ROOT_USER: admin
MINIO_ROOT_PASSWORD: ku23jr71
volumes:
/storage_block/mybookquest:/data
command: server --address "0.0.0.0:9099" --console-address "0.0.0.0:9000" /data
restart: always
Timestamps:
00:00 Introduction
00:20 Announcement
00:55 Expected result
01:34 Cloudflare Zero Trust
02:58 S3 Minio Setup
05:55 Minio Server Config
09:04 Coolify Connection
Watch video I Built My Own S3 Bucket (Self-Hosted Cloud Storage) online without registration, duration hours minute second in high quality. This video was added by user Theo in Tech 07 November 2024, don't forget to share it with your friends and acquaintances, it has been viewed on our site 1,04 once and liked it 2 people.