feat: add one-command Traefik deployment

This commit is contained in:
2026-07-22 17:28:13 +02:00
parent 1d4cacab55
commit 4964e86eca
7 changed files with 198 additions and 5 deletions

View File

@@ -2,5 +2,13 @@
"singleQuote": true,
"semi": true,
"trailingComma": "es5",
"printWidth": 80
"printWidth": 80,
"overrides": [
{
"files": "compose.yaml",
"options": {
"singleQuote": false
}
}
]
}