ソースを参照

added next steps

Toastie 2 年 前
コミット
49eec4b282
1 ファイル変更5 行追加9 行削除
  1. 5 9
      README.md

+ 5 - 9
README.md

@@ -6,15 +6,11 @@ In this repository you'll find everything to get your own containerized cloud ba
 - [Docker Compose](https://docs.docker.com/compose/) for orchistration
 - cron (in the restic container) to schedule backups
 - scripts to run new and clean up old backups
-- scripts to push metrics for [Prometheus](https://prometheus.io/)
+- bonus: scripts to push metrics for [Prometheus](https://prometheus.io/)
 - [MinIO MC](https://github.com/minio/mc) to control MinIO from command line
 
 
-
-
-
-#### References
-  - [IN-Ulm MinIO Service](https://s3.ulm-store.de/)
-  - [MinIO MC Docker Compose](./minio-mc)
-  - [Restic Docker Compose](./restic)
-
+### Next steps
+1. [Get your MinIO server running](minio/) or make use of the [IN-Ulm MinIO Service](https://s3.ulm-store.de/)
+2. [Setup a S3 bucket with MinIO MC](minio-mc)
+3. [Setup restic](restic/)