added it-tools

This commit is contained in:
dominikhoebert 2024-08-02 16:31:55 +02:00
parent c466d295e0
commit 446d827f2e
2 changed files with 21 additions and 1 deletions

View File

@ -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

20
it-tools/compose.yml Normal file
View File

@ -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