feat(docker): add it tools

Signed-off-by: Rodney Osodo <socials@rodneyosodo.com>
This commit is contained in:
Rodney Osodo
2026-07-06 09:08:54 +00:00
parent a13cb04d07
commit 878de32c0f
2 changed files with 14 additions and 0 deletions
+3
View File
@@ -94,3 +94,6 @@ include:
- path: ./grafana/docker-compose.yaml
project_directory: ..
env_file: .env
- path: ./it-tools/docker-compose.yaml
project_directory: ..
env_file: .env
@@ -0,0 +1,11 @@
services:
it-tools:
container_name: it-tools
image: docker.io/corentinth/it-tools:latest
restart: unless-stopped
networks:
- homelab-network
security_opt:
- no-new-privileges:true
ports:
- 5050:80