first commit

This commit is contained in:
jonas@geiger-natur.de
2025-12-21 11:53:49 +01:00
commit 579a694fdd
15 changed files with 368 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
# [it-tools](https://it-tools.tech)
## n8n
### General
- Compose Path: `./projects/it-tools/it-tools.yml`
### Domains
- Service Name: `it-tools`
- Container Port: `80`
- HTTPS: `true`
- Certificate Provider: `Let's Encrypt`

View File

@@ -0,0 +1,5 @@
services:
it-tools:
container_name: it-tools
image: corentinth/it-tools:2024.5.13-a0bc346
restart: unless-stopped