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