feat: base config

This commit is contained in:
Nicolas Meienberger 2025-04-23 21:06:48 +02:00
parent 631177e3b2
commit 65a5a418e8
11 changed files with 250 additions and 0 deletions

View file

@ -0,0 +1,10 @@
{
"services": [
{
"name": "whoami",
"image": "traefik/whoami:v1.11.0",
"isMain": true,
"internalPort": "80"
}
]
}