Guide pratique basé sur les recommandations de l'ANSSI (Agence Nationale de la Sécurité des Systèmes d'Information)
Guide pratique basé sur les recommandations de l'ANSSI (Agence Nationale de la Sécurité des Systèmes d'Information)
create the docker-compose
╰─➤ cat garage.yml
version: '3.8'
services:
# Service Garage S3 compatible
garage:
image: dxflrs/garage:v2.1.0
# network_mode: "host"
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ╰─➤ cat rustfs.sh | |
| #!/bin/bash | |
| set -e | |
| # Configuration | |
| POD_NAME="rustfs-pod" | |
| RUSTFS_CONTAINER="rustfs-server" | |
| VOLUME_FIXER_CONTAINER="volume-permission-helper" | |
| RUSTFS_VOLUME="rustfs_data" |
NewerOlder