feat: add Docker infrastructure scaffold

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-14 23:22:13 +03:00
commit 7aa439d7a7
6 changed files with 92 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
{$SITE_ADDRESS} {
@admin {
path /
path /configs/*
path /subscriptions/*
}
basicauth @admin {
{$ADMIN_USER} {$ADMIN_PASSWORD_HASH}
}
reverse_proxy app:8000
}