Initial commit

This commit is contained in:
Digital Asset Management 2025-04-08 09:40:09 -05:00
commit d042c75641
2 changed files with 19 additions and 0 deletions

0
docker-compose.yml Normal file
View File

View File

@ -0,0 +1,19 @@
{
"TCP": {
"443": {
"HTTPS": true
}
},
"Web": {
"${TS_CERT_DOMAIN}:443": {
"Handlers": {
"/": {
"Proxy": "http://127.0.0.1:3000"
}
}
}
},
"AllowFunnel": {
"${TS_CERT_DOMAIN}:443": false
}
}