From 446d827f2ecb9ed112167b14c5e3ad4997973200 Mon Sep 17 00:00:00 2001 From: dominikhoebert <42839893+dominikhoebert@users.noreply.github.com> Date: Fri, 2 Aug 2024 16:31:55 +0200 Subject: [PATCH] added it-tools --- README.md | 2 +- it-tools/compose.yml | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 it-tools/compose.yml diff --git a/README.md b/README.md index 63bc115..21d11f2 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ docker network create --driver bridge proxy - jupytherlab 8888 - vaultwarden 8093 - cyberchef 8094 -- https://it-tools.tech/ +- https://it-tools.tech/ 8095 - https://github.com/ChristianLempa/boilerplates/tree/main/docker-compose - cadvisor - heimdall diff --git a/it-tools/compose.yml b/it-tools/compose.yml new file mode 100644 index 0000000..7471598 --- /dev/null +++ b/it-tools/compose.yml @@ -0,0 +1,20 @@ +# https://github.com/CorentinTh/it-tools +# https://it-tools.tech/ + +# Useful tools for developer and people working in IT + +name: it-tools + +services: + it-tools: + container_name: it-tools + image: corentinth/it-tools:latest + ports: + - 8095:80 + networks: + - proxy + +networks: + proxy: + external: true + \ No newline at end of file