feat(it-tools): neu integriert

This commit is contained in:
2026-02-22 19:20:05 +01:00
parent 1129514a44
commit 0a1bbd19bd
3 changed files with 29 additions and 2 deletions

View File

@@ -0,0 +1,7 @@
services:
it-tools:
image: 'corentinth/it-tools:latest' # The Docker image to use.
ports:
- '8880:80' # Maps port 80 inside the container to port 8080 on the host.
restart: unless-stopped # Ensures the container restarts unless it is explicitly stopped.
container_name: it-tools # Custom name for the container.

View File

@@ -0,0 +1,19 @@
# IT-Tools
## Allgemein
- Image: `corentinth/it-tools:latest' `
- Port: `8880:80`
- Restart Policy: `unless-stopped`
## Volumes
## Deployment
```bash
cd /docker/Bruchtal/docker/it-tools
git pull
docker compose pull
docker compose up -d
``

View File

@@ -19,6 +19,7 @@ nav:
- Adguardhome: docker/adguardhome/adguardhome.md
- Wikijs: docker/wikijs/wikijs.md
- Architektur: docker/architecture.md
- It-Tools: docker/it-tools/it-tools.md
- Backup_Storage:
- Backup: backup/backup.md
- Storage: backup/storage.md
- Backup: backup/backup.md
- Storage: backup/storage.md