Build [v1.9.8] (Final Stability: Static Internal Port Mapping)
This commit is contained in:
@@ -1,9 +1,13 @@
|
||||
https://:{$FRONTEND_SSL_PORT} {
|
||||
# TFM aInventory - Caddy Static Internal Configuration
|
||||
# We use standard ports 443/444 internally to decouple from host-side dynamic ports.
|
||||
|
||||
https://:443 {
|
||||
tls internal
|
||||
reverse_proxy frontend:3000
|
||||
}
|
||||
|
||||
https://:{$BACKEND_SSL_PORT} {
|
||||
# Backend SSL Proxy
|
||||
https://:444 {
|
||||
tls internal
|
||||
reverse_proxy backend:8000
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user