From d9530908823256c2cc0dcce0375610b4ea1134fb Mon Sep 17 00:00:00 2001 From: hcornet Date: Tue, 2 Apr 2024 21:16:46 +0200 Subject: [PATCH] Ajout Rundeck --- README.md | 1 + Rundeck/README.md | 30 ++++++++++++++++++++++++++++++ 2 files changed, 31 insertions(+) create mode 100644 Rundeck/README.md diff --git a/README.md b/README.md index 7d08cf08..2374787c 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,7 @@ Voici la liste des l'ensembles des docker-compose d'application que j'utilise. | Monitoring | [Prometheus-Grafana](https://git.tips-of-mine.fr/Tips-Of-Mine/Docker/src/branch/main/Prometheus-Grafana/ "Prometheus-Grafana") |||✅||| https://prometheus.io | | | [RabbitMQ](https://git.tips-of-mine.fr/Tips-Of-Mine/Docker/src/branch/main/RabbitMQ/ "RabbitMQ") |||✅||| https://www.rabbitmq.com | | BDD | [Redis](https://git.tips-of-mine.fr/Tips-Of-Mine/Docker/src/branch/main/Redis/ "Redis") |||||| https://redis.io | +| Ordonnanceur | [Rundeck](https://git.tips-of-mine.fr/Tips-Of-Mine/Docker/src/branch/main/Rundeck/ "Rundeck") |||||| | | BDD | [Scylladb](https://git.tips-of-mine.fr/Tips-Of-Mine/Docker/src/branch/main/Scylladb/ "Scylladb") ||||| - Mode cluster
- Mode standalone | https://www.scylladb.com | | | [Semaphore](https://git.tips-of-mine.fr/Tips-Of-Mine/Docker/src/branch/main/Semaphore/ "Semaphore") |||✅||| https://www.semui.co | | | [Sonarqube](https://git.tips-of-mine.fr/Tips-Of-Mine/Docker/src/branch/main/Sonarqube/ "Sonarqube") |||||| https://www.sonarsource.com | diff --git a/Rundeck/README.md b/Rundeck/README.md new file mode 100644 index 00000000..43bc1cb2 --- /dev/null +++ b/Rundeck/README.md @@ -0,0 +1,30 @@ +![rundeck](./img/logo-Rundeck.png) + +# Rundeck + + +# Installation + +Pour utiliser Adminer tout seul +```bash +docker compose up -d +``` + +Pour utiliser Adminer avec Traefik +```bash +docker compose -f docker-compose-traefik.yml up -d +``` + +Pour utiliser Adminer avec Nginx +```bash +docker compose -f docker-compose-nginx.yml up -d +``` +# Utilisation + +## Accueil + +# More info +- more information on the website [Tips-Of-Mine](https://www.tips-of-mine.fr/) + +# Buy me a coffe +Buy Me a Coffee at ko-fi.com \ No newline at end of file