mirror of
https://github.com/rodneyosodo/homelab.git
synced 2026-08-07 07:15:03 +00:00
feat(docker): add it tools
Signed-off-by: Rodney Osodo <socials@rodneyosodo.com>
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user