add Dockerfile, docker-compose, and scripts for frontend tunnel setup

This commit is contained in:
ishikabhoyar
2025-10-31 16:08:02 +05:30
parent abc15efabd
commit e82554215b
5 changed files with 169 additions and 0 deletions

13
Frontend/config.json Normal file
View File

@@ -0,0 +1,13 @@
{
"tunnel": "8c559c7c-42bb-4b9d-96a2-99cefd274b06",
"credentials-file": "/etc/cloudflared/credentials.json",
"ingress": [
{
"hostname": "monaco.ishikabhoyar.tech",
"service": "http://localhost:8001"
},
{
"service": "http_status:404"
}
]
}