mirror of
https://github.com/dominikhoebert/docker-projects.git
synced 2025-06-27 16:57:05 +00:00
added it-tools
This commit is contained in:
parent
c466d295e0
commit
446d827f2e
@ -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
20
it-tools/compose.yml
Normal 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
|
||||
|
Loading…
x
Reference in New Issue
Block a user