GarageHQ
An open-source geo-distributed storage service you can self-host to fulfill many needs - S3 compatible.
Directory Structure
- .env
- docker-compose.yml
docker-compose.yml
version: "3"
services:
garage:
image: dxflrs/garage:v1.0.0
network_mode: "host"
volumes:
- ./garage.toml:/etc/garage.toml
- ./meta:/var/lib/garage/meta
- ./data:/var/lib/garage/data
restart: unless-stoppedResources
Website: https://garagehq.deuxfleurs.fr/
Git Repository: https://git.deuxfleurs.fr/Deuxfleurs/garage
Docker Hub: https://hub.docker.com/r/dxflrs/garage
Configuration: https://garagehq.deuxfleurs.fr/documentation/cookbook/real-world/