S3 is a file storage service that can scale easily.
Having a S3 capable storage system is always handy !
Setup (Deprecated)
Section titled “Setup (Deprecated)”Here we’ll use minio s3 server which implements an api compatible with the one from AWS. Moreover, it’s fast, open-source and selfhosted.
services: minio: container_name: minio image: quay.io/minio/minio env_file: - stack.env ports: - 9365:9000 - 9366:9090 volumes: - /home/raphaelgc/apps/minio/data:/data command: server /data --console-address ":9090" networks: - homelab
networks: homelab: external: true
Too much problem in hosting it and latency, so I switched to Cloudflare R2 for all my projects.